fukamachi / woo

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

response: output correct line-endings in all environments #88

Closed jjkola closed 4 years ago

jjkola commented 4 years ago

The code was previously using #\Newline which is platform dependent. Changed it to #\Linefeed to make sure CRLF is always properly sent.

fukamachi commented 4 years ago

Thanks!