Files
ladybird/Userland/Libraries/LibHTTP/HttpRequest.cpp
Gunnar Beutner f1dc8e12d2 LibHTTP: Make sure we're not sending an empty path in requests
When the path component of the request URL was empty we'd end up
sending requests like "GET  HTTP/1.1" (note the missing /). This
ensures that we always send a path.
2021-05-17 21:28:00 +02:00

4.5 KiB