[JDK 10] RFR: 8179273: sun.net.httpserver.LeftOverInputStream should stop attempting to drain the stream when the server is stopped

Chris Hegarty chris.hegarty at oracle.com
Tue Apr 25 14:00:44 UTC 2017


> On 25 Apr 2017, at 14:48, Daniel Fuchs <daniel.fuchs at oracle.com> wrote:
> 
> Hi,
> 
> Please find below a fix for:
> 
> 8179273: sun.net.httpserver.LeftOverInputStream should stop
>         attempting to drain the stream when the server is stopped
> https://bugs.openjdk.java.net/browse/JDK-8179273
> 
> webrev:
> http://cr.openjdk.java.net/~dfuchs/webrev_8179273/webrev.00/

So I guess a test, or something, was posting a request body but
never sent the complete body, meanwhile the server was being
thorn down.

The change looks ok to me Daniel.

-Chris.


More information about the net-dev mailing list