Re: Problem with half-closure related to connection-reset in Java 11

2018-05-29 Thread Alan Bateman
On 29/05/2018 17:28, Norman Maurer wrote: : Oh sorry I thought thats the right system to use. I just followed the wiki page (I think). bugs.sun.com or bugreport.java.com is the right place. That routes the bugs to the JIRA, just not automatically to the right project as often issues need to be

Re: Problem with half-closure related to connection-reset in Java 11

2018-05-29 Thread Norman Maurer
> On 29. May 2018, at 18:26, Alan Bateman wrote: > > On 29/05/2018 15:26, Norman Maurer wrote: >> : >> >> >> Yes thats what I am saying… I think if a write fails due a connection-reset >> a read should still be possible until we are told by the OS that we also hit >> an error here. Honestl

Re: Problem with half-closure related to connection-reset in Java 11

2018-05-29 Thread Alan Bateman
On 29/05/2018 15:26, Norman Maurer wrote: : Yes thats what I am saying… I think if a write fails due a connection-reset a read should still be possible until we are told by the OS that we also hit an error here. Honestly I think this scenario can happen quite often in reality where some soft

Re: Problem with half-closure related to connection-reset in Java 11

2018-05-29 Thread Norman Maurer
> On 29. May 2018, at 16:19, Alan Bateman wrote: > > On 29/05/2018 14:52, Norman Maurer wrote: >> Hi all, >> >> After trying to run our testsuite in Netty [1] with Java11+ea15 I noticed we >> have one failing test that seems to be related to: >> >> https://bugs.openjdk.java.net/browse/JDK-8

Re: Problem with half-closure related to connection-reset in Java 11

2018-05-29 Thread Alan Bateman
On 29/05/2018 14:52, Norman Maurer wrote: Hi all, After trying to run our testsuite in Netty [1] with Java11+ea15 I noticed we have one failing test that seems to be related to: https://bugs.openjdk.java.net/browse/JDK-8199329 http://hg.openjdk.java.net/jdk/jdk/rev/92cca24c8807 I think the c

Re: NullPointerException in jdk.incubator.http.internal.hpack.HeaderTable.Table

2018-05-29 Thread Pavel Rappo
A note for the readers of this mailing list. Apologies as this email has not been visible for quite a while (it was sent on 2018-03-31 and appeared on the list only on 2018-05-28). However, I have contacted the author and with his great help the issue was resolved on the 5th of April. The patched v

Problem with half-closure related to connection-reset in Java 11

2018-05-29 Thread Norman Maurer
Hi all, After trying to run our testsuite in Netty [1] with Java11+ea15 I noticed we have one failing test that seems to be related to: https://bugs.openjdk.java.net/browse/JDK-8199329 http://hg.openjdk.java.net/jdk/jdk/rev/92cca24c8807