Menu

#50 case insensitive HTTP headers

open
Joe Drew
Networking (5)
5
2012-09-20
2012-09-20
Anonymous
No

HTTP spec (RFC 2616) specifies that HTTP headers are case-insensitive. For reasons that I don't understand node-http-proxy is downcasing headers (particularly "Content-Type"), which causes mpg321 to fail.

Patch 3569916 fixes.

Discussion


Log in to post a comment.