net/http.http2serverConn.curOpenStreams (method)
3 uses
net/http (current package)
h2_bundle.go#L4128: func (sc *http2serverConn) curOpenStreams() uint32 {
h2_bundle.go#L4487: gracefulShutdownComplete := sc.goAwayCode == http2ErrCodeNo && sc.curOpenStreams() == 0
h2_bundle.go#L5539: if sc.curOpenStreams() == 1 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)