Malformed HTTP request => segfault
opened this issue · comments
Deleted user commented
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.
Deleted user commented
Ah, fixed. It's in together with my other pull request.