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

   @ok2c Currently, this class seems to be exposing a serious bug in the HTTP/2 
client. `testRapidSequentialRequests` tends to hang on h2 and possibly h2c; the 
stack traces seem to indicate that there's a race condition that causes 
connections to be dropped. My current intention is to submit this as a 
reproducer of this bug that runs with all the other tests. Once we find and fix 
that bug, I can mark this test `@Disabled`, add a `@Tag`, and/or convert it to 
a pure example class.
   
   This class's tests run in about seven seconds on my machine, but I'm not 
planning on leaving it enabled beyond the short term, because it burns through 
a lot of sockets and ephemeral ports which can cause problems.


-- 
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