From 6a59a34551157f6e53a7175c1d435b0576e13980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lapeyre?= Date: Tue, 25 May 2021 17:06:07 +0200 Subject: [PATCH] Always set the Content-Type header when a body is present (#10204) * 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