async-http-client
async-http-client copied to clipboard
Asynchronous Http and WebSocket Client library for Java
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.1. Commits f80596e [maven-release-plugin] prepare release maven-source-plugin-3.3.1 7626998 Bump apache/maven-gh-actions-shared from 3 to 4 83c963c Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18) 40ae495 Bump org.codehaus.plexus:plexus-archiver...
any plan for http2.0 ?
# the case let's assume `AsyncHttpClient` reads `https://example.com/robots.txt` and at some moment the owner of `example.com` binds the dynamic controller on `/robots.txt` which streams the endless stream of random bytes....
Hello @sullis Hope you are doing well For robust testing and maintenance, I think it would be great if there are full test scripts for all components and logic So,...
Matching on the on the `EventLoopGroup` [here](https://github.com/AsyncHttpClient/async-http-client/blob/f41b26f7d4d9d17d5708bbfee561c5468a3fbcf5/client/src/main/java/org/asynchttpclient/netty/channel/ChannelManager.java#L162) is not correct anymore since the `IOUsingEventLoopGroup` did not make it to the non incubator version. At the same time (see [4.2 notes](https://github.com/netty/netty/wiki/Netty-4.2-Migration-Guide)),...
I have like 100M urls to visit, but 70% of them are invalid. how to tune it to get high speed? right now it performance at only 300k/s, although if...