connectionInitWaitTimeout property
How long to wait for connection_init before closing the connection.
Null waits forever. The protocol names a close code for this, which is how a client learns it was too slow rather than merely dropped.
Implementation
final Duration? connectionInitWaitTimeout;