reads resp.Body until EOF, so that the http client is able to re-use the TCP connection.
* Always set the Content-Type header when a body is present Closes https://github.com/hashicorp/consul/issues/10011 * Add Changelog entry * Add more Content-Type exceptions * Fix tests