const golang.org/x/net/http2.stateIdle
7 uses
golang.org/x/net/http2 (current package)
http2.go#L93: stateIdle streamState = iota
http2.go#L101: stateIdle: "Idle",
server.go#L626: return stateIdle, nil
server.go#L1462: if state == stateIdle {
server.go#L1493: if state == stateIdle {
server.go#L1510: if st.state == stateIdle || st.state == stateClosed {
server.go#L1648: if id == 0 || state == stateIdle {
![]() |
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. |