We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62790a5 commit 48517f0Copy full SHA for 48517f0
apm-agent-core/src/main/java/co/elastic/apm/report/ApmServerHttpPayloadSender.java
@@ -89,7 +89,7 @@ public void sendPayload(final Payload payload) {
89
builder.header("Authorization", "Bearer " + reporterConfiguration.getSecretToken());
90
}
91
if (useGzip(payload)) {
92
- builder.header("Content-Encoding", "gzip");
+ builder.header("Content-Encoding", "deflate");
93
94
Request request = builder
95
.post(new RequestBody() {
0 commit comments