Re: RFR 8075484:SocketInputStream.socketRead0 can hang even with soTimeout set

2016-09-12 Thread Vyom Tewari
any comment on latest webrev(http://cr.openjdk.java.net/~vtewari/8075484/webrev0.5/index.html ) ? Vyom On Thursday 08 September 2016 03:13 PM, Vyom Tewari wrote: On Thursday 08 September 2016 02:50 PM, Langer, Christoph wro

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 remote

Re: Introduce IOException subclass for ECONNRESET

2016-09-12 Thread Florian Weimer
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

Re: HTTP client API

2016-09-12 Thread Michael McMahon
Hi Anthony, On 08/09/2016, 18:49, Anthony Vanelverdinghe wrote: Hi Michael What's the rationale for not turning all public classes into interfaces, since none of them contain any actual implementation code? We could do that with little or no impact on the implementation or on calling code.