We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a745b6e commit 2ea7a2dCopy full SHA for 2ea7a2d
MIGRATION.md
@@ -20,6 +20,8 @@ AsyncHttpClient v1.9 is a preview of v2, so it comes with some breaking changes.
20
* `allowSslConnectionPool` becomes `allowPoolingSslConnections`
21
* `connectionTimeout` becomes `connectTimeout`
22
* `compressionEnabled` becomes `compressionEnforced` (default true) so it's always enabled and can honor user defined Accept-Encoding
23
+ * `requestCompressionLevel` was dropped, as it wasn't working
24
+ * `SSLEngineFactory` was moved to Netty config as only Netty honors it
25
* `useRawUrl` becomes `disableUrlEncodingForBoundedRequests`, as it's only honored by bound requests
26
* `getAllowPoolingConnection` becomes `isAllowPoolingConnection`
27
* Drop `PerRequestConfig`. `requestTimeOut` and `proxy` can now be directly set on the request.
0 commit comments