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

4 uses

	net/http
		h2_bundle.go#L9899: 	ThrottleOutOfOrderWrites bool
		h2_bundle.go#L9912: 			ThrottleOutOfOrderWrites: false,
		h2_bundle.go#L9920: 		enableWriteThrottle:  cfg.ThrottleOutOfOrderWrites,
		h2_bundle.go#L9923: 	if cfg.ThrottleOutOfOrderWrites {