RFR: 8286962: java/net/httpclient/ServerCloseTest.java failed once with ConnectException

2022-06-14 Thread Conor Cleary
**Issue** A failure in this test was observed whereby an unexpected connection from a client that was not created by the test caused the test to unsucessfully complete. **Solution** When a connection is accepted by the ServerSocket, some verification of the Request URI and of the Request Path

Re: RFR: 8286962: java/net/httpclient/ServerCloseTest.java failed once with ConnectException

2022-06-14 Thread Daniel Fuchs
On Tue, 14 Jun 2022 15:20:28 GMT, Conor Cleary wrote: > **Issue** > A failure in this test was observed whereby an unexpected connection from a > client that was not created by the test caused the test to unsucessfully > complete. > > **Solution** > When a connection is accepted by the Server