ladybird/Userland/Libraries/LibHTTP
asynts acdcf59a33 Everywhere: Remove unnecessary debug comments.
It would be tempting to uncomment these statements, but that won't work
with the new changes.

This was done with the following commands:

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/#define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/#define/ { toggle = 1 }' {} \;

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/ #define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/ #define/ { toggle = 1 }' {} \;
2021-01-25 09:47:36 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Forward.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HttpJob.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
HttpJob.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HttpRequest.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HttpRequest.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HttpResponse.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HttpResponse.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HttpsJob.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
HttpsJob.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Job.cpp Everywhere: Use CMake to generate AK/Debug.h. 2021-01-25 09:47:36 +01:00
Job.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00