Back to Go

75500

doc/next/6-stdlib/99-minor/net/http/75500.md

latest305 B
Original Source

HTTP/2 server now accepts client priority signals, as defined in RFC 9218, allowing it to prioritize serving HTTP/2 streams with higher priority. If the old behavior is preferred, where streams are served in a round-robin manner regardless of priority, [Server.DisableClientPriority] can be set to true.