You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by GitBox <gi...@apache.org> on 2020/08/06 16:38:58 UTC

[GitHub] [httpcomponents-core] carterkozak opened a new pull request #214: Fix MonitoringResponseOutOfOrderStrategyIntegrationTest on new JREs

carterkozak opened a new pull request #214:
URL: https://github.com/apache/httpcomponents-core/pull/214


   The timing changed around jre13, it seems that plain http
   detection using InputStream.available does not detect responses
   as quickly as the older implementation prior to jep353.
   The test has been updated to use smaller write buffers and
   force a flush after each write.


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

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



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


[GitHub] [httpcomponents-core] ok2c closed pull request #214: Fix MonitoringResponseOutOfOrderStrategyIntegrationTest on new JREs

Posted by GitBox <gi...@apache.org>.
ok2c closed pull request #214:
URL: https://github.com/apache/httpcomponents-core/pull/214


   


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

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



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


[GitHub] [httpcomponents-core] ok2c commented on pull request #214: Fix MonitoringResponseOutOfOrderStrategyIntegrationTest on new JREs

Posted by GitBox <gi...@apache.org>.
ok2c commented on pull request #214:
URL: https://github.com/apache/httpcomponents-core/pull/214#issuecomment-670516645


   Folded into 8838ad028


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

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



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