net/http.http2Framer.AllowIllegalWrites (field)
11 uses
net/http (current package)
h2_bundle.go#L1534: AllowIllegalWrites bool
h2_bundle.go#L1899: if !http2validStreamID(streamID) && !f.AllowIllegalWrites {
h2_bundle.go#L1906: if !f.AllowIllegalWrites {
h2_bundle.go#L2198: if (incr < 1 || incr > 2147483647) && !f.AllowIllegalWrites {
h2_bundle.go#L2307: if !http2validStreamID(p.StreamID) && !f.AllowIllegalWrites {
h2_bundle.go#L2329: if !http2validStreamIDOrZero(v) && !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. |