Server is sending both a Content-Length header and Transfer-Encoding: chunked.

    Transfer-Encoding: chunked allows the server to maintain an HTTP persistent connection for dynamically generated content. In this case, the Content-Length HTTP header cannot be used.

    Use Content-Length or Transfer-Encoding: chunked.