net/http.http2priorityWriteScheduler.nodes (field)
14 uses
net/http (current package)
h2_bundle.go#L9917: nodes: make(map[uint32]*http2priorityNode),
h2_bundle.go#L9922: ws.nodes[0] = &ws.root
h2_bundle.go#L10083: nodes map[uint32]*http2priorityNode
h2_bundle.go#L10108: if curr := ws.nodes[streamID]; curr != nil {
h2_bundle.go#L10120: parent := ws.nodes[options.PusherID]
h2_bundle.go#L10131: ws.nodes[streamID] = n
h2_bundle.go#L10141: if ws.nodes[streamID] == nil {
h2_bundle.go#L10144: if ws.nodes[streamID].state != http2priorityNodeOpen {
h2_bundle.go#L10148: n := ws.nodes[streamID]
h2_bundle.go#L10170: n := ws.nodes[streamID]
h2_bundle.go#L10183: ws.nodes[streamID] = n
h2_bundle.go#L10189: parent := ws.nodes[priority.StreamDep]
h2_bundle.go#L10238: n = ws.nodes[id]
h2_bundle.go#L10300: delete(ws.nodes, n.id)
![]() |
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. |