-
-
Save MylesBorins/a20a9cbaf7da892ff66828e8b08b9f21 to your computer and use it in GitHub Desktop.
http2 debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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