const net/http.http2stateClosed
9 uses
net/http (current package)
h2_bundle.go#L3168: http2stateClosed
h2_bundle.go#L3176: http2stateClosed: "Closed",
h2_bundle.go#L4188: return http2stateClosed, nil
h2_bundle.go#L4192: return http2stateClosed, nil
h2_bundle.go#L4662: if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
h2_bundle.go#L4717: case http2stateClosed:
h2_bundle.go#L5079: if st.state == http2stateIdle || st.state == http2stateClosed {
h2_bundle.go#L5082: st.state = http2stateClosed
h2_bundle.go#L5801: if st.state != http2stateHalfClosedRemote && st.state != http2stateClosed {
![]() |
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. |