net/http.http2FrameWriteRequest.stream (field)
24 uses
net/http (current package)
h2_bundle.go#L4575: stream: stream,
h2_bundle.go#L4671: wr.stream.wroteHeaders = true
h2_bundle.go#L4673: if wr.stream.wroteHeaders {
h2_bundle.go#L4706: st := wr.stream
h2_bundle.go#L4761: st := wr.stream
h2_bundle.go#L4794: sc.closeStream(wr.stream, http2errHandlerPanicked)
h2_bundle.go#L5710: stream: rw.rws.stream,
h2_bundle.go#L5751: stream: st,
h2_bundle.go#L5774: stream: st,
h2_bundle.go#L5839: stream: st,
h2_bundle.go#L6473: stream: msg.parent,
h2_bundle.go#L9663: stream *http2stream
h2_bundle.go#L9674: if wr.stream == nil {
h2_bundle.go#L9684: return wr.stream.id
h2_bundle.go#L9690: return wr.stream == nil
h2_bundle.go#L9722: allowed := wr.stream.flow.available()
h2_bundle.go#L9726: if wr.stream.sc.maxFrameSize < allowed {
h2_bundle.go#L9727: allowed = wr.stream.sc.maxFrameSize
h2_bundle.go#L9733: wr.stream.flow.take(allowed)
h2_bundle.go#L9735: stream: wr.stream,
h2_bundle.go#L9749: stream: wr.stream,
h2_bundle.go#L9762: wr.stream.flow.take(int32(len(wd.p)))
![]() |
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. |