GitHub user rschmitt opened a pull request:
https://github.com/apache/httpcomponents-core/pull/86
Don't drop ReactiveDataConsumer window updates
It is possible, in principle, for the ReactiveDataConsumer's update channel
to be null when a flush occurs. If this happens, the window update increment
will be dropped, permanently decreasing the size of the transfer window. With
this change, window update increments will accumulate across flushes until the
update channel is set.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rschmitt/httpcomponents-core master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/httpcomponents-core/pull/86.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #86
----
commit c27542909078e62d340086f93fca01741ac246c7
Author: Ryan Schmitt <ryansch@...>
Date: 2018-10-02T20:37:10Z
Don't drop ReactiveDataConsumer window updates
It is possible, in principle, for the ReactiveDataConsumer's update
channel to be null when a flush occurs. If this happens, the window
update increment will be dropped, permanently decreasing the size of the
transfer window. With this change, window update increments will
accumulate across flushes until the update channel is set.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]