net/http.http2FrameWriteRequest.StreamID (method)
6 uses
net/http (current package)
h2_bundle.go#L4660: if wr.StreamID() != 0 {
h2_bundle.go#L4662: if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
h2_bundle.go#L9673: func (wr http2FrameWriteRequest) StreamID() uint32 {
h2_bundle.go#L9774: return fmt.Sprintf("[FrameWriteRequest stream=%d, ch=%v, writer=%v]", wr.StreamID(), wr.done != nil, des)
h2_bundle.go#L10235: if id := wr.StreamID(); id == 0 {
h2_bundle.go#L10342: id := wr.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. |