Daniel,
> On 7 Feb 2019, at 13:36, Daniel Fuchs wrote:
>
> Hi,
>
> Please find below a fix for an HttpServer RFE:
>
> 8218554: HttpServer: allow custom handlers to request that the
> connection be closed after the exchange.
> https://bugs.openjdk.java.net/browse/JDK-8218554
>
> webrev
Thanks Chris!
It's pushed...
best regards,
-- daniel
On 11/02/2019 11:30, Chris Hegarty wrote:
Daniel,
On 7 Feb 2019, at 13:36, Daniel Fuchs wrote:
Hi,
Please find below a fix for an HttpServer RFE:
8218554: HttpServer: allow custom handlers to request that the
connection be cl
All backports become visible on the master bug
https://bugs.openjdk.java.net/browse/JDK-8218554
e.g.
https://bugs.openjdk.java.net/browse/JDK-8217319
On Mon, Feb 11, 2019 at 10:26 AM Wenbo Zhu wrote:
> Thanks for the fix!
>
> I am new to this and could you let me know how to find out the target
On 25/01/2019 14:08, Alan Bateman wrote:
I've created a branch in the sandbox, named "niosocketimpl-branch",
with a prototype SocketImpl implementation based on the infrastructure
in sun.nio.ch package that supports the NIO channel implementations.
The branch also includes the changes to java