Re: 8203937: Not possible to read data from socket after write detects connection reset

2018-06-18 Thread Norman Maurer
Sorry for the late response but I was able to verify the fix and all looks good again. Thanks for the quick turn-around, Norman > On 6. Jun 2018, at 11:03, Chris Hegarty wrote: > > >> On 3 Jun 2018, at 12:07, Alan Bateman wrote: >> >> ... >> The following is the webrev to remove the detec

Re: 8203937: Not possible to read data from socket after write detects connection reset

2018-06-06 Thread Chris Hegarty
> On 3 Jun 2018, at 12:07, Alan Bateman wrote: > > ... > The following is the webrev to remove the detection of connection reset in > the socket writing good. We can think of this as a follow-up to JDK-8199329 > in that it removes more of the JDK 1.4 era code that special cased connection >

Re: 8203937: Not possible to read data from socket after write detects connection reset

2018-06-03 Thread Norman Maurer
I will test this with Netty as well and report back Bye Norman > Am 03.06.2018 um 13:07 schrieb Alan Bateman : > > This is a follow-up to the "Problem with half-closure related to > connection-reset in Java 11" thread that we've been discussing here over the > last few days. As we discussed, y