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 2019/12/29 05:41:07 UTC

[GitHub] [httpcomponents-core] rschmitt opened a new pull request #176: Clean up connection window management

rschmitt opened a new pull request #176: Clean up connection window management
URL: https://github.com/apache/httpcomponents-core/pull/176
 
 
   This commit implements the following changes to input window management:
   
   1. The `lowMark` is set according to local settings, not remote settings
   2. The connection window is set to `Integer.MAX_VALUE` during `SETTINGS` exchange
   3. The connection window low mark is now a constant value (10 MiB)
   4. The input window update code in `onOutput` has been removed

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


With regards,
Apache Git Services

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


[GitHub] [httpcomponents-core] rschmitt merged pull request #176: Clean up connection window management

Posted by GitBox <gi...@apache.org>.
rschmitt merged pull request #176: Clean up connection window management
URL: https://github.com/apache/httpcomponents-core/pull/176
 
 
   

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


With regards,
Apache Git Services

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