ladybird/Userland/Libraries/LibHTTP
brapru d456af1cd3 LibCore+LibHTTP: Check the status of the socket after EINPROGRESS
Previously the system would assume the socket was connected after the
file descriptor became writeable. Just because the fd is signaled as
ready for output does not necessarily indicate the socket is connected.
Instead, we should check the status of the socket with SO_ERROR and
handle successes/errors accordingly.
2021-08-13 20:30:19 +04:30
..
CMakeLists.txt
Forward.h
HttpJob.cpp
HttpJob.h
HttpRequest.cpp
HttpRequest.h
HttpResponse.cpp
HttpResponse.h
HttpsJob.cpp
HttpsJob.h
Job.cpp
Job.h