ok2c opened a new pull request, #817: URL: https://github.com/apache/httpcomponents-client/pull/817
This change-set * makes it possible to cancel H2 streams initiated by the standard async HttpClient without shutting down the entire connection * makes it possible to enforce a response timeout on individual H2 stream (presently does not seem to work due to a possible bug in core H2 transport) @rschmitt Could you please take a look and let me know if you see anything objectionable @arturobernalg The idle timeout logic for H2 streams in core does not appear to be working. Please see the disabled test. Could you please investigate? The test case may still be flawed so review it carefully and adjust it if necessary. -- 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]
