net/http.http2priorityNode.state (field)
8 uses
net/http (current package)
h2_bundle.go#L9946: state http2priorityNodeState // open | closed | idle
h2_bundle.go#L10015: openParent = openParent || (n.state == http2priorityNodeOpen)
h2_bundle.go#L10109: if curr.state != http2priorityNodeIdle {
h2_bundle.go#L10112: curr.state = http2priorityNodeOpen
h2_bundle.go#L10128: state: http2priorityNodeOpen,
h2_bundle.go#L10144: if ws.nodes[streamID].state != http2priorityNodeOpen {
h2_bundle.go#L10149: n.state = http2priorityNodeClosed
h2_bundle.go#L10180: state: http2priorityNodeIdle,
![]() |
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. |