Skip to content

Commit 91e313a

Browse files
committed
[http-client] Allow AsyncHttpClient to manage the lifecycle of the timer.
Related to #9528.
1 parent 9d148a3 commit 91e313a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/client/src/org/openqa/selenium/remote/http/netty/NettyClient.java

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public class NettyClient implements HttpClient {
6060
AsyncHttpClientConfigDefaults.defaultHashedWheelTimerTickDuration(),
6161
TimeUnit.MILLISECONDS,
6262
AsyncHttpClientConfigDefaults.defaultHashedWheelTimerSize());
63-
timer.start();
6463
TIMER = timer;
6564
}
6665

0 commit comments

Comments
 (0)