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

2020-10-19 Thread Daniel Fuchs
On Mon, 19 Oct 2020 15:50:32 GMT, Michael McMahon 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 ge

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

2020-10-19 Thread Michael McMahon
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. - Commit messages: - 8254967: com.sun.net.