serenity/Userland/Libraries/LibHTTP
Ali Mohammad Pur f4eab69785 LibHTTP: Finish the request up on TLS connection finish
...unless it has already been done.
Otherwise we'd be spinning in RequestServer waiting for more read
events.
2021-06-30 01:23:25 +04:30
..
CMakeLists.txt
Forward.h
HttpJob.cpp
HttpJob.h
HttpRequest.cpp LibHTTP: Add HTTP Basic Authentication header generation and parsing 2021-06-11 11:37:15 +02:00
HttpRequest.h LibHTTP: Add HTTP Basic Authentication header generation and parsing 2021-06-11 11:37:15 +02:00
HttpResponse.cpp LibHTTP: Implement getting the correct reason phrase from HttpResponse 2021-06-11 11:37:15 +02:00
HttpResponse.h LibHTTP: Implement getting the correct reason phrase from HttpResponse 2021-06-11 11:37:15 +02:00
HttpsJob.cpp LibHTTP: Finish the request up on TLS connection finish 2021-06-30 01:23:25 +04:30
HttpsJob.h
Job.cpp LibHTTP: Relax the finish_up() "must be called once" limitation a bit 2021-06-29 01:57:16 +04:30
Job.h LibHTTP: Relax the finish_up() "must be called once" limitation a bit 2021-06-29 01:57:16 +04:30