Y
Hacker News
new
|
ask
|
show
|
jobs
by
rtpg
622 days ago
Gunicorn expects `\r\n` for lines (see gunicorn/http/message.py:read_line), though it's possible that every middleware that is in front of gunicorn in practice normalizes lines to avoid this issue.
1 comments
tptacek
622 days ago
Yep, tested it locally, you're right; gotta CRLF to gunicorn.
link