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.
2 parents 2d6b22a + 81383ff commit 4f28b8aCopy full SHA for 4f28b8a
providers/netty/src/main/java/org/asynchttpclient/providers/netty/request/NettyRequests.java
@@ -107,7 +107,7 @@ else if (uri.getRawQuery() != null)
107
108
if (method != HttpMethod.CONNECT) {
109
if (config.isCompressionEnabled()) {
110
- headers.put(HttpHeaders.Names.ACCEPT_ENCODING, HttpHeaders.Values.GZIP);
+ headers.put(HttpHeaders.Names.ACCEPT_ENCODING, HttpHeaders.Values.GZIP + "," + HttpHeaders.Values.DEFLATE);
111
}
112
} else {
113
List<String> auth = request.getHeaders().get(HttpHeaders.Names.PROXY_AUTHORIZATION);
0 commit comments