golang.org/x/net/http2.FrameWriteRequest.StreamID (method)
6 uses
golang.org/x/net/http2 (current package)
server.go#L1089: if wr.StreamID() != 0 {
server.go#L1091: if state, _ := sc.state(wr.StreamID()); state == stateClosed && !isReset {
writesched.go#L65: func (wr FrameWriteRequest) StreamID() uint32 {
writesched.go#L166: return fmt.Sprintf("[FrameWriteRequest stream=%d, ch=%v, writer=%v]", wr.StreamID(), wr.done != nil, des)
writesched_priority.go#L386: if id := wr.StreamID(); id == 0 {
writesched_random.go#L48: 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. |