net/http.http2randomWriteScheduler.sq (field)
8 uses
net/http (current package)
h2_bundle.go#L10308: return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
h2_bundle.go#L10318: sq map[uint32]*http2writeQueue
h2_bundle.go#L10329: q, ok := ws.sq[streamID]
h2_bundle.go#L10333: delete(ws.sq, streamID)
h2_bundle.go#L10347: q, ok := ws.sq[id]
h2_bundle.go#L10350: ws.sq[id] = q
h2_bundle.go#L10361: for streamID, q := range ws.sq {
h2_bundle.go#L10364: delete(ws.sq, streamID)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |