async-http-client
async-http-client copied to clipboard
Asynchronous Http and WebSocket Client library for Java
Hello, Following High Severity CVEs are present in the Netty Dependencies being used by async-http-client:2.12.3 CVE-2021-37136 https://nvd.nist.gov/vuln/detail/CVE-2021-37136 (BDSA-2021-2832) and CVE-2021-37137 https://nvd.nist.gov/vuln/detail/CVE-2021-37137 (BDSA-2021-2831) Upgrading Netty Dependencies to version 4.1.72.Final should resolve...
Getting this for large file approx 530 mb
当请求很多不同的地址,而且地址经常变化,DefaultChannelPool只回收了IdleChannel,但partitions的key,和ConcurrentLinkedQueue都是没有回收的。以下截图是我用老的ning http的内存状态,最新的DefaultChannelPool也存在同样的问题
Recommend upgrading `netty.version` to `4.1.68.Final` in the pom. It's causing snyk to report high vulnerabilities from projects using this dependency. More details: https://app.snyk.io/vuln/SNYK-JAVA-IONETTY-1584063
Currently only `InputStream` or `File` can be used for streaming request entity.
Hi, I implemented this part of code to connect to a Websocket via SOCKS proxy but the websocket returned is always null. Is it supported? ProxyServer.Builder socksProxy = Dsl.proxyServer(socksAddress); socksProxy.setProxyType(ProxyType.SOCKS_V5);...
the doc is very very bad! give up.