const net/http.http2stateIdle
7 uses
net/http (current package)
h2_bundle.go#L3164: http2stateIdle http2streamState = iota
h2_bundle.go#L3172: http2stateIdle: "Idle",
h2_bundle.go#L4195: return http2stateIdle, nil
h2_bundle.go#L5031: if state == http2stateIdle {
h2_bundle.go#L5062: if state == http2stateIdle {
h2_bundle.go#L5079: if st.state == http2stateIdle || st.state == http2stateClosed {
h2_bundle.go#L5213: if id == 0 || state == http2stateIdle {
![]() |
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. |