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 {