Re: JEP 110: HTTP 2 Client

2014-12-17 Thread Wenbo Zhu
I am new to the JEP process. Has there been any update on this work? Is there an API proposal to look at? Thanks, Wenbo > JEP 110: HTTP 2 Client*mark.reinhold at oracle.com * > mark.reinhold > at oracle.com > > *Wed Nov 12 22:59:55 UTC 2014* > > >- Previous message: RFR:

RFR 8065420: Update test java/net/ResponseCache/ResponseCacheTest.java to eliminate internal API dependency

2014-12-17 Thread Amanda Jiang
Hi, May I request your review for following changeset? There is one networking tests that has dependency on internal API sun.net.www.ParseUtil. This fix is to remove the internal API dependency from that test. bug:https://bugs.openjdk.java.net/browse/JDK-8065420 webrev: http://cr.openjdk.java.n

Re: RFR 8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows

2014-12-17 Thread Alan Bateman
On 17/12/2014 15:47, Chris Hegarty wrote: A socket connection which is returned by ServerSocket.accept() is inherited by a child process. The expected behavior is that the socket connection is not inherited by the child process. This is an oversight in the original implementation, that only set

RFR 8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows

2014-12-17 Thread Chris Hegarty
A socket connection which is returned by ServerSocket.accept() is inherited by a child process. The expected behavior is that the socket connection is not inherited by the child process. This is an oversight in the original implementation, that only sets HANDLE_FLAG_INHERIT for newly created so