mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
The previous implementation created invalid HTTP requests in cases where the request method was POST or when the request contained a body. There were two bugs for these cases: 1) the 'Content-Type' header was sent twice 2) a stray CRLF was appended to the request