jacksonh / manos

Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malformed HTTP request => segfault

opened this issue · comments

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.