Hello,
We are having the following issue. Before going deeper (traces, etc) we would like to explain what we are seeing: HttpClient5 beta4 and HttpCore beta7 using an AsyncResponseConsumer. Requesting, via GET method, an image to an api: http://192.168.6.131:80/simbolos/nevera.gif AsyncResponseConsumer consumeResponse method called correctly, and getting a null EntityDetails At this point the thread gets stucked, streamEnd and failed methods are never called, and the thread is released when the container asynchronous timeout is reached. With the asynClient 4.1.3 this works, the HttpAsyncResponseConsumer.responseReceived and responseCompleted methods are called and the application reports a response with content-length = 0. Must anything special be done when an AsyncResponseConsumer.consumeResponse method receives a null EntityDetails? Thanks, Joan.