mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:52:45 +00:00 
			
		
		
		
	|  d456af1cd3 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. | ||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Forward.h | ||
| HttpJob.cpp | ||
| HttpJob.h | ||
| HttpRequest.cpp | ||
| HttpRequest.h | ||
| HttpResponse.cpp | ||
| HttpResponse.h | ||
| HttpsJob.cpp | ||
| HttpsJob.h | ||
| Job.cpp | ||
| Job.h | ||