RFR JDK-8161091 Incorrect Stream.FlowControl implementation allows to send DataFrame even when window size was exhausted
Sergey Kuksenko
sergey.kuksenko at oracle.com
Tue Jul 19 22:34:03 UTC 2016
Who could sponsor this?
On 07/14/2016 07:53 AM, Chris Hegarty wrote:
>> On 11 Jul 2016, at 23:47, Sergey Kuksenko <sergey.kuksenko at oracle.com> wrote:
>>
>> I am awfully sorry, previous fix was incorrect.
>> Please, review the right version: http://cr.openjdk.java.net/~skuksenko/jep110/8161091/webrev.01/
> Looks good. Thanks Sergey.
>
> -Chris.
>
>> On 07/08/2016 02:40 PM, Sergey Kuksenko wrote:
>>> Hi,
>>> Could you please review the following fix for JDK-8161091?
>>>
>>> http://cr.openjdk.java.net/~skuksenko/jep110/8161091/webrev.00/
>>> https://bugs.openjdk.java.net/browse/JDK-8161091
>>>
>>> Existing Stream.FlowControl implementation doesn't decrease amount of permits if requested amount is less than permits. That means that client may send any amount of data if data frame size less than window size.
>>>
>>> Thank you,
>>> Sergey Kuksenko.
More information about the net-dev
mailing list