ok2c commented on PR #709:
URL: 
https://github.com/apache/httpcomponents-client/pull/709#issuecomment-3233041491

   > When the connection pool is full, does the async client ever just wait for 
a connection to become available, instead of pipelining the request onto an 
existing connection? 
   
   @rschmitt I made a mistake. I was looking at the problem at the core 
protocol level but I forgot about the connection pool preventing request 
pipelining at the client level by leasing connections to a single request at a 
time. 
   
   My point still stands, though. The test cases behave inconsistently. This 
needs to be fixed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to