net/http.http2ClientConn.idleState (method)

2 uses

	net/http (current package)
		h2_bundle.go#L765: 		if st := cc.idleState(); st.canTakeNewRequest {
		h2_bundle.go#L7266: func (cc *http2ClientConn) idleState() http2clientConnIdleState {