func net/http.http2validStreamID
8 uses
net/http (current package)
h2_bundle.go#L1876: func http2validStreamID(streamID uint32) bool {
h2_bundle.go#L1899: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2307: if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2395: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2433: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2469: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2564: if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2578: if !http2validStreamID(p.PromiseID) && !f.AllowIllegalWrites {
![]() |
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. |