async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

Asynchronous Http and WebSocket Client library for Java

Results 157 async-http-client issues
Sort by recently updated
recently updated
newest added

I see comments on netty 5 being part of version 3 but what about releasing as-is with jakartaEE? Selenium won't pick up the jakarta changes otherwise because of it being...

Hi, We ran into an issue where we are: 1) Sending a call to a docker registry `/v2/blobs/...` backed by a S3 bucket. We're Getting a 302 response with a...

Hi all, as my question suggests, I am currently looking for a way to get the corresponding http request (or response) when giving a byte array as input. Is this...

Hi, Does async-http-client supports sending compressed(compression does by algo mentioned in header 'content-encoding') request to server ? Can you share the code snippet how to add the support of request...

It appears that if a server is down, the IOExceptionFilter does nothing to attempt reconnecting to the server. I also have also set request retries to Integer.MAX_VALUE. 2013-11-26 18:42:24,011 [New...

Enhancement
Contributions Welcome!

ReleasePermitOnComplete causes a performance regression as it computes cache class hierarchy for every proxy creation. The problem is that such cache might cause ClassLoader leaks on restart.

Configuring the requestTimeout with the Netty's Provider doesn't work because the reaper's task gets cancelled once the handshake is successful. Once done, the websocket connection never times out.

Enhancement

I play some trick to control Digest Auth my own to reuse nonce, nginx require increase "nc" for each reuse of nonce. But AHC always use "00000001" for response calculation.

Enhancement
Contributions Welcome!

microsoft.com has frequent DNS issues that make the test fails. This usually appears randomly on Cloudbees, but I was able to reproduce locally here in France. I've disabled them, but...

Refactor

https://asynchttpclient.github.io/async-http-client/

Documentation