fukamachi / woo

A fast non-blocking HTTP server on top of libev
http://ultra.wikia.com/wiki/Woo_(kaiju)
MIT License
1.28k stars 98 forks source link

fix respense with PATHNAME. #24

Closed rudolph-miller closed 9 years ago

rudolph-miller commented 9 years ago

http://httpwg.github.io/specs/rfc7230.html#header.content-length

A sender MUST NOT send a Content-Length header field in any message that contains a Transfer-Encoding header field.

fukamachi commented 9 years ago

Thanks!