golang.org/x/net/http2.Framer.WriteContinuation (method)
5 uses
golang.org/x/net/http2 (current package)
frame.go#L1225: func (f *Framer) WriteContinuation(streamID uint32, endHeaders bool, headerBlockFragment []byte) error {
transport.go#L1286: cc.fr.WriteContinuation(streamID, endHeaders, chunk)
write.go#L246: return ctx.Framer().WriteContinuation(w.streamID, lastFrag, frag)
write.go#L295: return ctx.Framer().WriteContinuation(w.streamID, lastFrag, frag)
google.golang.org/grpc/internal/transport
controlbuf.go#L691: err = l.framer.fr.WriteContinuation(
![]() |
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. |