openziti / tlsuv

TLS and HTTP(s) client library for libuv
https://docs.openziti.io/tlsuv/
MIT License
45 stars 7 forks source link

Setting 'Content-Length' causes inappropriate chunked encoding #43

Closed rentallect closed 4 years ago

rentallect commented 4 years ago

um_http_req_header() is setting req->req_chunked = true; if a Content-Length header is provided. This causes issues in HTTP conversations.