Comment 3 for bug 637908

Revision history for this message
Erwan Loisant (eloisant) wrote :

I'm actually unable to reproduce it, it's working for me - can you find reliable reproduction steps?

One reason could be the fact that the http-async-client keeps a cache of channels per-uri, so maybe it 2 subsequent queries end up conflicting on one channel if the second iteration kicks before the previous is finished?

http://github.com/AsyncHttpClient/async-http-client/blob/master/src/main/java/com/ning/http/client/providers/NettyAsyncHttpProvider.java#L585