• msecs {number} Default: 0 (no timeout)
    • callback {Function}
    • Returns: {Http2Server}

    Used to set the timeout value for http2 server requests, and sets a callback function that is called when there is no activity on the Http2Server after msecs milliseconds.

    The given callback is registered as a listener on the 'timeout' event.

    In case if callback is not a function, a new ERR_INVALID_CALLBACK error will be thrown.