Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Not A Problem
-
1.20.0
-
None
Description
We ignore the mentioned config option and hard code this timeout to 0, which is interpreted by Netty as "no timeout".
@Override public int getHandshakeTimeout() { return 0; }