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: http://cr.openjdk.java.net/~dfuchs/webrev_8218554/webrev.00 The code changes are trivial. The test required a bit more work than I first thought, but it is passing with the fix and failing without. best regards, -- daniel