func golang.org/x/net/http2.validStreamID
8 uses
golang.org/x/net/http2 (current package)
frame.go#L633: func validStreamID(streamID uint32) bool {
frame.go#L656: if !validStreamID(streamID) && !f.AllowIllegalWrites {
frame.go#L1064: if !validStreamID(p.StreamID) && !f.AllowIllegalWrites {
frame.go#L1152: if !validStreamID(streamID) && !f.AllowIllegalWrites {
frame.go#L1190: if !validStreamID(streamID) && !f.AllowIllegalWrites {
frame.go#L1226: if !validStreamID(streamID) && !f.AllowIllegalWrites {
frame.go#L1321: if !validStreamID(p.StreamID) && !f.AllowIllegalWrites {
frame.go#L1335: if !validStreamID(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. |