1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 15:02:08 +00:00
serenity/Applications/ChanViewer
Andreas Kling bdf23a3d23 LibCore: Make it possible to cancel pending CNetworkJobs
Subclasses of CNetworkJob handle this by overriding shutdown().
This patch implements it for CHttpJob by simply tearing down the
underlying socket.

We also automatically call shutdown() after the job finishes,
regardless of success or failure. :^)
2019-09-21 17:32:26 +02:00
..
BoardListModel.cpp LibCore: Make it possible to cancel pending CNetworkJobs 2019-09-21 17:32:26 +02:00
BoardListModel.h LibCore: Convert CHttpJob to ObjectPtr 2019-09-21 15:25:08 +02:00
main.cpp LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
Makefile ChanViewer: Fetch the list of boards and allow switching the board 2019-08-05 18:43:36 +02:00
ThreadCatalogModel.cpp LibCore: Make it possible to cancel pending CNetworkJobs 2019-09-21 17:32:26 +02:00
ThreadCatalogModel.h LibCore: Convert CHttpJob to ObjectPtr 2019-09-21 15:25:08 +02:00