golang.org/x/net/http2.PriorityWriteSchedulerConfig.ThrottleOutOfOrderWrites (field)

4 uses

	net/http
		h2_bundle.go#L10386: 	ThrottleOutOfOrderWrites bool
		h2_bundle.go#L10399: 			ThrottleOutOfOrderWrites: false,
		h2_bundle.go#L10407: 		enableWriteThrottle:  cfg.ThrottleOutOfOrderWrites,
		h2_bundle.go#L10410: 	if cfg.ThrottleOutOfOrderWrites {