This repository was archived by the owner on Jul 6, 2018. It is now read-only.

Description
- Version: 9.0.0pre 1eec6da
- Platform: macOS
- Subsystem: http2
I'm getting some real-world traffic on my server and it occasionally throws these uncaught errors. Seems to be related to the socket timeout.
internal/http2/core.js:1992
this[kSession].shutdown(
^
TypeError: Cannot read property 'shutdown' of undefined
at TLSSocket.socketOnTimeout (internal/http2/core.js:1992:19)
at emitNone (events.js:110:20)
at TLSSocket.emit (events.js:207:7)
at TLSSocket.Socket._onTimeout (net.js:402:8)
at ontimeout (timers.js:488:11)
at tryOnTimeout (timers.js:323:5)
at Timer.listOnTimeout (timers.js:283:5)