golang.org/x/net/http2.Framer.AllowIllegalWrites (field)
11 uses
golang.org/x/net/http2 (current package)
frame.go#L294: AllowIllegalWrites bool
frame.go#L656: if !validStreamID(streamID) && !f.AllowIllegalWrites {
frame.go#L663: if !f.AllowIllegalWrites {
frame.go#L955: if (incr < 1 || incr > 2147483647) && !f.AllowIllegalWrites {
frame.go#L1064: if !validStreamID(p.StreamID) && !f.AllowIllegalWrites {
frame.go#L1086: if !validStreamIDOrZero(v) && !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. |