rschmitt opened a new pull request, #648:
URL: https://github.com/apache/httpcomponents-client/pull/648

   This change adds integration test coverage for various types of read 
timeouts. The test coverage includes HTTP, HTTPS, and HTTP over UDS if 
available. The `/random` request handlers have been augmented with delay 
support, so that the clients can read the response headers and then time out 
while reading the entity. The tests make use of `ConnectionConfig`, 
`ResponseTimeout`, and (on the sync client only) `SocketConfig`, and 
demonstrate the precedence among these config options when more than one is 
supplied.
   
   One issue uncovered by these tests is that graceful closure of the async 
client does not work when UDS socket timeouts have fired. To work around this 
until the issue can be root caused, the async UDS tests use 
`CloseMode.IMMEDIATE`.


-- 
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: dev-unsubscr...@hc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to