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.
Other
453 stars 61 forks source link

Malformed HTTP request => segfault #79

Closed ghost closed 13 years ago

ghost commented 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.

ghost commented 13 years ago

Ah, fixed. It's in together with my other pull request.