On Tue, 23 Jan 2024 12:40:10 GMT, Darragh Clarke <dcla...@openjdk.org> wrote:
> Currently `HttpURLConnectionExpectContinueTest` fails intermittently with a > `SocketTimeoutException`. > > The connection timeout that is currently set to `1000` isn't actually needed > for the purpose of the test so it should be more stable if the timeout is > removed entirely. > > I've tested this change for stability it seems reliable. This pull request has now been integrated. Changeset: fbaaac63 Author: Darragh Clarke <dcla...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/fbaaac63d4ae8d7cc0ec02ab4b5a934824d1fec1 Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod 8314164: java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fails intermittently in timeout Reviewed-by: dfuchs, djelinski ------------- PR: https://git.openjdk.org/jdk/pull/17535