Setting 'Content-Length' causes inappropriate chunked encoding
Closed this issue · 0 comments
rentallect commented
um_http_req_header()
is setting req->req_chunked = true;
if a Content-Length
header is provided. This causes issues in HTTP conversations.