1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-11 08:22:06 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
6d5a54690e LibGUI: Make GSocket connection asynchronous.
Now connect() will return immediately. Later on, when the socket is actually
connected, it will call GSocket::on_connected from the event loop. :^)
2019-04-08 04:56:11 +02:00
Andreas Kling
7fcca0ce4b GHttp: Rename GHttpNetworkJob => GHttpJob. And tidy up a little bit. 2019-04-08 02:24:34 +02:00
Renamed from LibGUI/GHttpNetworkJob.cpp (Browse further)