RFR JDK-8161091 Incorrect Stream.FlowControl implementation allows to send DataFrame even when window size was exhausted

Sergey Kuksenko sergey.kuksenko at oracle.com
Fri Jul 8 21:40:52 UTC 2016


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/20160708/28259292/attachment.html>


More information about the net-dev mailing list