property SessionOptions.unknownProtocolTimeout Usage in Denoimport { type SessionOptions } from "node:http2"; Specifies a timeout in milliseconds that a server should wait when an ['unknownProtocol'][] is emitted. If the socket has not been destroyed by that time the server will destroy it. Type number | undefined