net/http.http2ClientConn.closed (field)

10 uses

	net/http (current package)
		h2_bundle.go#L6750: 	closed          bool
		h2_bundle.go#L7287: 	st.canTakeNewRequest = cc.goAway == nil && !cc.closed && !cc.closing && maxConcurrentOkay &&
		h2_bundle.go#L7325: 	cc.closed = true
		h2_bundle.go#L7350: 			if len(cc.streams) == 0 || cc.closed {
		h2_bundle.go#L7351: 				cc.closed = true
		h2_bundle.go#L7411: 	cc.closed = true
		h2_bundle.go#L7734: 		if cc.closed || !cc.canTakeNewRequestLocked() {
		h2_bundle.go#L7947: 		if cc.closed {
		h2_bundle.go#L8218: 	if andRemove && cs != nil && !cc.closed {
		h2_bundle.go#L8305: 	cc.closed = true