golang.org/x/net/http2.serverConn.maxPushPromiseID (field)
5 uses
golang.org/x/net/http2 (current package)
server.go#L525: maxPushPromiseID uint32 // ID of the last push promise (even), or 0 if there have been no pushes
server.go#L622: if streamID <= sc.maxPushPromiseID {
server.go#L2881: if sc.maxPushPromiseID+2 >= 1<<31 {
server.go#L2885: sc.maxPushPromiseID += 2
server.go#L2886: promisedID := sc.maxPushPromiseID
![]() |
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. |