Integrated: 8254967: com.sun.net.HttpsServer spins on TLS session close

Michael McMahon michaelm at openjdk.java.net
Mon Oct 19 17:02:10 UTC 2020


On Mon, 19 Oct 2020 15:50:32 GMT, Michael McMahon <michaelm at openjdk.org> wrote:

> This fixes a busy loop bug in the Http server which happens sometimes when an SSL connection is closed by the client.
> 
> There is no regression test as it is not easy to reproduce and the only effect is that one executor thread gets tied up.

This pull request has now been integrated.

Changeset: 953e472d
Author:    Michael McMahon <michaelm at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/953e472d
Stats:     6 lines in 1 file changed: 5 ins; 0 del; 1 mod

8254967: com.sun.net.HttpsServer spins on TLS session close

Reviewed-by: dfuchs

-------------

PR: https://git.openjdk.java.net/jdk/pull/742


More information about the net-dev mailing list