RFR JDK-8161091 Incorrect Stream.FlowControl implementation allows to send DataFrame even when window size was exhausted
Sergey Kuksenko
sergey.kuksenko at oracle.com
Mon Jul 11 22:47:49 UTC 2016
I am awfully sorry, previous fix was incorrect.
Please, review the right version:
http://cr.openjdk.java.net/~skuksenko/jep110/8161091/webrev.01/
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/net-dev/attachments/20160711/9bce28e5/attachment.html>
More information about the net-dev
mailing list