Sending any requests with the HTTP client, without a "Content-Length" header set, results in sending a "Transfer-Encoding: chunked" header - even if the client is sending a GET request with no body at all.
This was previously addressed properly (see #119) but that part has been moved to AbstractHttpConnectionBridge.
This header should only appear if the "Content-Length" is not set and the request has a body.