async-http-client
async-http-client copied to clipboard
Asynchronous Http and WebSocket Client library for Java
Hi, I find the delay between RequestTimeout and the time corresponding future completes by a timeout exception is quite long. Below is my test. version: ```xml org.asynchttpclient async-http-client 2.10.4 ```...
We're seeing "java.lang.Error: Maximum permit count exceeded" all the time on our prod deployment. Using version 2.12.1. Here are two different instances of the error: ``` java.lang.Error: Maximum permit count...
Hello Team, First of all, a big thanks for this http client, great project there! I am enjoying using this http client, used. it to send request to some servers,...
last year, i used the websocket function, I find when the server disconnect the nettywebsocket client, then I don't know how reconnect the server side. I just only close this...
maxRequestRetry documentation says that "number of time a request will be retried when an {@link java.io.IOException} occurs because of a Network exception" This is a high level information and there...
Netty has recently added support for an experimental new type of transport which used Linux's io_uring facility. This PR allows users to pass in a IOUringEventLoopGroup without getting the "Unknown...
https://github.com/AsyncHttpClient/async-http-client/pull/1664 looks like it added an automatic-module-name for use with JPMS on Java 9+. However, the [2.12.3 jar on maven central](https://mvnrepository.com/artifact/org.asynchttpclient/async-http-client/2.12.3) doesn't declare this manifest entry. As a result, attempting...
Hi, Requests are getting timed out while waiting for the threads assigned to a channel because the thread is busy executing some other work. Below is a simple camel route...