async-http-client
async-http-client copied to clipboard
Asynchronous Http and WebSocket Client library for Java
I created a simple HTTP request using the AHC client. I am seeing it is taking around 680ms for an endpoint which normally takes 50ms (verified by using curl) ....
At the moment a channel will expire when either 1 idleTimeoutExpired 2 channel closed by remote end 3 channel TTL expired But there is one special case making channel not...
I get `io.netty.handler.codec.compression.DecompressionException: Input is not in the GZIP format` from some urls when header `accept-encoding: gzip` is used. When I turn decompression off and decompress the content myself using...
Discussed in #1627, but spinning off as it's a separate issue. Under load, when using the `NettyReactiveStreamsBody`, I can reliably reproduce the following error: ``` [info] java.lang.IllegalArgumentException: Duplicate handler name:...
More detail: https://app.snyk.io/vuln/SNYK-JAVA-IONETTY-1584063
netty-reactive-streams has security issue, how to replace this or upgrade this?
I have a https server,use async-http-client send https request but it is http1.1, use curl send request,it is http2.0
**Motivations:** - Enable the ability to pass CookieStore at request level -> cookies between different requests having the same URI will be independent and will not override each other. -...
as the title says