netty-http-client
netty-http-client copied to clipboard
An asynchronous http client in Java, with a clean, callback-based API, using Netty 4.x
Hi! I found the pom file of project **_com.mastfrog:netty-http-test-harness:2.8.1_** introduced **_47_** dependencies. However, among them, **_6_** libraries (**_12%_**) are not used by your project. I list the redundant dependencies below...
Memory Leak happens when request more then 50 conccurence `2019-09-24 07:46:35.085 ERROR 1 --- [nt event loop 3] io.netty.util.ResourceLeakDetector : LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html...
When I use netty-http-client I found this error,when I modified class ResponseHandler ,the error disappears。I do not know if this is a problem, so I will ask。My English is poor。thankx...
Hi Tim, I profiled my application in which I was using this client to make http calls. Direct buffer pool kept on increasing and it reached a limit in which...
Since Apache HttpClient or java.net package can also do http, any doc about this ?
proxy
are there any way to set the proxy?
Hi, I am using this library to make multiple http calls to a particular host:port. I have configured the client to use keep alive connections and I also send Connection:...