Closed
Description
What version of Go are you using (go version
)?
$ go version 1.21.4
Does this issue reproduce with the latest release?
Yes
What did you expect to see?
Bundled http2 uses round robin scheduler.
What did you see instead?
By default, bundled http2 support should use round robin scheduler according to this comment and commit. Howerver, it will still use the old priority scheduler because this field is set, which prevented the default behavior from happening.