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.
Log in to post a comment.