golang.org/x/net/http2.stream.id (field)
22 uses
golang.org/x/net/http2 (current package)
server.go#L577: id uint32
server.go#L1001: *writeArg = writeData{stream.id, data, endStream}
server.go#L1211: sc.resetStream(streamError(st.id, ErrCodeNo))
server.go#L1522: delete(sc.streams, st.id)
server.go#L1540: sc.writeSched.CloseStream(st.id)
server.go#L1751: return st.id%2 == 0
server.go#L1784: st.sc.writeFrameFromHandler(FrameWriteRequest{write: streamError(st.id, ErrCodeInternal)})
server.go#L1865: sc.writeSched.AdjustStream(st.id, f.Priority)
server.go#L1910: return streamError(st.id, ErrCodeProtocol)
server.go#L1914: return streamError(st.id, ErrCodeProtocol)
server.go#L1923: return streamError(st.id, ErrCodeProtocol)
server.go#L1963: id: id,
server.go#L1978: sc.writeSched.OpenStream(st.id, OpenStreamOptions{PusherID: pusherID})
server.go#L2106: return nil, nil, streamError(st.id, ErrCodeProtocol)
server.go#L2154: write: handlerPanicRST{rw.rws.stream.id},
server.go#L2218: write: write100ContinueHeadersFrame{st.id},
server.go#L2280: streamID = st.id
server.go#L2469: streamID: rws.stream.id,
server.go#L2510: streamID: rws.stream.id,
server.go#L2893: promised := sc.newStream(promisedID, msg.parent.id, stateHalfClosedRemote)
server.go#L2912: streamID: msg.parent.id,
writesched.go#L76: return wr.stream.id
 |
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. |