Closed ghost closed 13 years ago
Malformed HTTP requests crash the HTTP parser, or even the whole process. Eg, telnet to the listener socket and ask it for "HTTP/1.1 GET /". Or for "GET / HTTP/1.1" on Linux.
Ah, fixed. It's in together with my other pull request.
Malformed HTTP requests crash the HTTP parser, or even the whole process. Eg, telnet to the listener socket and ask it for "HTTP/1.1 GET /". Or for "GET / HTTP/1.1" on Linux.