How to tell the HTTP server to not send chunked encoding
问题 I am currently writing a HTTP client to do a HTTP POST on a URL that returns a HTTP response. However, for error messages code 400 and 500, it sends back non chunked HTTP response, and for success messages, 201, it sends a chunked response. In the request, I am setting the content-length, so I am not sure why it is still sending us the chunked transfer encoding. Is there any other header I can set in the request, that will tell the HTTP server not to send chunked encoding? headerList.append(