Re: Introduce IOException subclass for ECONNRESET

2016-12-02 Thread Norman Maurer
us problems >> (EIO for example is something that almost always indicates Bad Things). >> >> I also support this proposal. >> >>>> -Original Message- >>>> From: net-dev [mailto:net-dev-boun...@openjdk.java.net] On Behalf Of >>>> Chris >

Re: Introduce IOException subclass for ECONNRESET

2016-10-05 Thread Chris Hegarty
t-dev-boun...@openjdk.java.net] On Behalf Of Chris Hegarty Sent: Montag, 12. September 2016 17:07 To: Florian Weimer <fwei...@redhat.com>; Norman Maurer <norman.mau...@googlemail.com>; net-dev@openjdk.java.net Subject: Re: Introduce IOException subclass for ECONNRESET On 12/09/16 14:50, Floria

Re: Introduce IOException subclass for ECONNRESET

2016-10-04 Thread David M. Lloyd
.com>; Norman Maurer <norman.mau...@googlemail.com>; net-dev@openjdk.java.net Subject: Re: Introduce IOException subclass for ECONNRESET On 12/09/16 14:50, Florian Weimer wrote: On 08/23/2016 09:40 AM, Norman Maurer wrote: Hi all, I first asked this on nio-dev[0] but was asked to move

RE: Introduce IOException subclass for ECONNRESET

2016-10-04 Thread Langer, Christoph
age- > From: net-dev [mailto:net-dev-boun...@openjdk.java.net] On Behalf Of Chris > Hegarty > Sent: Montag, 12. September 2016 17:07 > To: Florian Weimer <fwei...@redhat.com>; Norman Maurer > <norman.mau...@googlemail.com>; net-dev@openjdk.java.net > Subject: Re: Introduce IO

Re: Introduce IOException subclass for ECONNRESET

2016-09-12 Thread Chris Hegarty
On 12/09/16 14:50, Florian Weimer wrote: On 08/23/2016 09:40 AM, Norman Maurer wrote: Hi all, I first asked this on nio-dev[0] but was asked to move this over to here: I wonder if it would be possible to add a new IOException sub-class for ECONNRESET. Often you receive these errors if a

Re: Introduce IOException subclass for ECONNRESET

2016-08-23 Thread Simone Bordet
Hi, On Tue, Aug 23, 2016 at 9:40 AM, Norman Maurer wrote: > Hi all, > > I first asked this on nio-dev[0] but was asked to move this over to here: > > I wonder if it would be possible to add a new IOException sub-class for > ECONNRESET. Often you receive these