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 {