blob: a4031250dc01e30814bc5ab95e9fc68e4803bae7 [file] [view] [edit]
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`.