const net/http.http2FrameContinuation
8 uses
net/http (current package)
h2_bundle.go#L1279: http2FrameContinuation http2FrameType = 0x9
h2_bundle.go#L1292: http2FrameContinuation: "CONTINUATION",
h2_bundle.go#L1353: http2FrameContinuation: {
h2_bundle.go#L1377: http2FrameContinuation: http2parseContinuationFrame,
h2_bundle.go#L1786: if fh.Type != http2FrameContinuation {
h2_bundle.go#L1797: } else if fh.Type == http2FrameContinuation {
h2_bundle.go#L1802: case http2FrameHeaders, http2FrameContinuation:
h2_bundle.go#L2476: f.startWrite(http2FrameContinuation, flags, streamID)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |