ladybird/Userland/Libraries/LibHTTP
Shannon Booth 2995a57f63 LibHTTP: Don't double percent encode path in HTTPRequst::to_raw_request
This was a goof in cc55732332 which
resulted in the URL path getting double percent encoded. Since the path
already comes out percent encoded following the rules in the URL spec -
we don't need to percent encode again.

Fixes: #978
2024-08-06 08:18:20 +01:00
..
CMakeLists.txt
Forward.h
Header.h
HeaderMap.h
HttpRequest.cpp LibHTTP: Don't double percent encode path in HTTPRequst::to_raw_request 2024-08-06 08:18:20 +01:00
HttpRequest.h
HttpResponse.cpp
HttpResponse.h
HttpsJob.cpp
HttpsJob.h
Job.cpp
Job.h