ladybird/Userland/Libraries/LibHTTP
Ali Mohammad Pur a57f152ec7 LibHTTP: Relax the assertion on extra reads after transfer is finished
This was added in #4831, but it didn't account for extra newlines after
the response (seems like some servers like to do this).
2021-05-19 23:57:04 +02:00
..
CMakeLists.txt LibCore+LibHTTP+LibGfx: Switch to LibCompress 2021-03-03 23:42:32 +01:00
Forward.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HttpJob.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
HttpJob.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HttpRequest.cpp LibHTTP: Make sure we're not sending an empty path in requests 2021-05-17 21:28:00 +02:00
HttpRequest.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HttpResponse.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HttpResponse.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
HttpsJob.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
HttpsJob.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
Job.cpp LibHTTP: Relax the assertion on extra reads after transfer is finished 2021-05-19 23:57:04 +02:00
Job.h RequestServer: Only attempt to flush() on a timer 2021-05-12 08:36:58 +01:00