Skip to content

Commit cdbe9c6

Browse files
committed
[java] must not request further invocations for a broken websocket
1 parent 3f9f83d commit cdbe9c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/src/org/openqa/selenium/remote/http/jdk/JdkHttpClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ public void onError(java.net.http.WebSocket webSocket, Throwable error) {
232232
LOG.log(
233233
Level.FINE, error, () -> "An error has occurred: " + error.getMessage());
234234
listener.onError(error);
235-
webSocket.request(1);
236235
}
237236
});
238237

0 commit comments

Comments
 (0)