Files
serenity/Userland/Libraries/LibHTTP/HttpRequest.cpp
Shannon Booth e8651d3f2f LibHTTP: Don't double percent encode path in HTTPRequst::to_raw_request
This was a goof in cc557323326ba55514ef2a8a6e0efd7f09330f06 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
(cherry picked from commit 2995a57f6312985783c9e83881540cf2dd9a21e0)
2024-11-21 17:47:14 -05:00

9.6 KiB