net/http.http2ClientConn.canTakeNewRequestLocked (method)
3 uses
net/http (current package)
h2_bundle.go#L7256: return cc.canTakeNewRequestLocked()
h2_bundle.go#L7294: func (cc *http2ClientConn) canTakeNewRequestLocked() bool {
h2_bundle.go#L7734: if cc.closed || !cc.canTakeNewRequestLocked() {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)