golang.org/x/net/http2.serverConn.state (method)
5 uses
golang.org/x/net/http2 (current package)
server.go#L605: func (sc *serverConn) state(streamID uint32) (streamState, *stream) {
server.go#L1091: if state, _ := sc.state(wr.StreamID()); state == stateClosed && !isReset {
server.go#L1461: state, st := sc.state(f.StreamID)
server.go#L1492: state, st := sc.state(f.StreamID)
server.go#L1647: state, st := sc.state(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. |