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
>>>> Hegarty
[mailto:net-dev-boun...@openjdk.java.net] On Behalf Of
Chris
Hegarty
Sent: Montag, 12. September 2016 17:07
To: Florian Weimer ; Norman Maurer
; 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 Maure
man Maurer
; 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 this over to here:
I wonder if it would be p
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 ; Norman Maurer
> ; net-dev@openjdk.java.net
> Subject: Re: Introduce IOException subclass for ECONNRESET
>
> On 12/09/16
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 remote
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 remote peer closed the
connection and you try
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 errors if a remote peer closed the
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 remote peer closed the
connection and you try to read from it while using NIO. This is very o