Skip to content

Instantly share code, notes, and snippets.

@MylesBorins
Created December 8, 2017 02:52
Show Gist options
  • Save MylesBorins/a20a9cbaf7da892ff66828e8b08b9f21 to your computer and use it in GitHub Desktop.
Save MylesBorins/a20a9cbaf7da892ff66828e8b08b9f21 to your computer and use it in GitHub Desktop.
http2 debug
(node:33490) ExperimentalWarning: The http2 module is an experimental API.
Http2Session client (13) session created
Http2Session client (13) i/o stream consumed
Http2Session client (13) submitting 0 settings
Http2Session client (13) settings submitted
Http2Priority: parent: 0, weight: 16, exclusive: 0
Http2Session client (13) request submitted
Http2Session client (13) submitting request
Http2Stream 1 (16) [Http2Session client (13)] writable side shutdown
Http2Session client (13) request submitted, new stream id 1
Http2Stream 1 (16) [Http2Session client (13)] writable side shutdown
Http2Session client (13) sending pending data
Http2Session client (13) nghttp2 has 24 bytes to send
Http2Session client (13) nghttp2 has 9 bytes to send
Http2Session client (13) nghttp2 has 25 bytes to send
Http2Session client (13) pushing 58 bytes to the socket
Http2Session client (13) attempting to send data
Http2Session client (13) sending pending data
Http2Session client (13) preparing to destroy session
Http2Stream 1 (16) [Http2Session client (13)] sending rst-stream with code 0
Http2Session client (13) sending pending data
Http2Stream 1 (16) [Http2Session client (13)] rst_stream code 0 sent
Http2Session client (13) destroying session
Http2Session client (13) i/o stream unconsumed
Http2Session client (13) closing session
Http2Session client (13) stopping uv_prep_t handle
Http2Stream 1 (16) [Http2Session client (13)] destroying stream
Http2Stream 1 (16) [Http2Session client (13)] destroying stream
Http2Session client (13) session created
Http2Session client (13) i/o stream consumed
Http2Session client (13) submitting 0 settings
Http2Session client (13) settings submitted
Http2Priority: parent: 0, weight: 16, exclusive: 0
Http2Session client (13) request submitted
Http2Session client (13) submitting request
Http2Stream 1 (16) [Http2Session client (13)] writable side shutdown
Http2Session client (13) request submitted, new stream id 1
Http2Stream 1 (16) [Http2Session client (13)] writable side shutdown
Http2Session client (13) sending pending data
Http2Session client (13) nghttp2 has 24 bytes to send
Http2Session client (13) nghttp2 has 9 bytes to send
Http2Session client (13) nghttp2 has 25 bytes to send
Http2Session client (13) pushing 58 bytes to the socket
Http2Session client (13) attempting to send data
Http2Session client (13) sending pending data
Http2Session client (13) sending pending data
Http2Session client (13) Error 'Remote peer returned unexpected data while we expected SETTINGS frame. Perhaps, peer does not support HTTP/2 properly.'
Http2Session client (13) preparing to destroy session
Http2Stream 1 (16) [Http2Session client (13)] sending rst-stream with code 0
Http2Session client (13) sending pending data
Http2Stream 1 (16) [Http2Session client (13)] rst_stream code 0 sent
Http2Session client (13) sending pending data
Http2Session client (13) destroying session
Http2Session client (13) i/o stream unconsumed
Http2Session client (13) closing session
Http2Session client (13) stopping uv_prep_t handle
Http2Stream 1 (16) [Http2Session client (13)] destroying stream
Http2Stream 1 (16) [Http2Session client (13)] destroying stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment