const golang.org/x/net/http2.stateClosed
9 uses
golang.org/x/net/http2 (current package)
http2.go#L97: stateClosed
http2.go#L105: stateClosed: "Closed",
server.go#L619: return stateClosed, nil
server.go#L623: return stateClosed, nil
server.go#L1091: if state, _ := sc.state(wr.StreamID()); state == stateClosed && !isReset {
server.go#L1146: case stateClosed:
server.go#L1510: if st.state == stateIdle || st.state == stateClosed {
server.go#L1513: st.state = stateClosed
server.go#L2246: if st.state != stateHalfClosedRemote && st.state != stateClosed {
![]() |
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. |