We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47de2a commit c2c646cCopy full SHA for c2c646c
java/src/org/openqa/selenium/remote/http/jdk/JdkHttpClient.java
@@ -306,9 +306,9 @@ public HttpResponse execute(HttpRequest req) throws UncheckedIOException {
306
@Override
307
public void close() {
308
executorService.shutdownNow();
309
-// if (this.websocket != null) {
310
-// this.websocket.close();
311
-// }
+ if (this.websocket != null) {
+ this.websocket.close();
+ }
312
this.client = null;
313
}
314
0 commit comments