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 ef6989f commit b568018Copy full SHA for b568018
api/src/main/resources/ahc-default.properties
@@ -8,7 +8,7 @@ org.asynchttpclient.AsyncHttpClientConfig.webSocketTimeout=900000
8
org.asynchttpclient.AsyncHttpClientConfig.connectionTTL=-1
9
org.asynchttpclient.AsyncHttpClientConfig.followRedirect=false
10
org.asynchttpclient.AsyncHttpClientConfig.maxRedirects=5
11
-org.asynchttpclient.AsyncHttpClientConfig.compressionEnforced=true
+org.asynchttpclient.AsyncHttpClientConfig.compressionEnforced=false
12
org.asynchttpclient.AsyncHttpClientConfig.userAgent=NING/1.0
13
org.asynchttpclient.AsyncHttpClientConfig.ioThreadMultiplier=2
14
org.asynchttpclient.AsyncHttpClientConfig.useProxySelector=false
0 commit comments