From 33402cdcb488a4ea2c9e21d923734a464aeedcab Mon Sep 17 00:00:00 2001 From: Patrick Meenan Date: Mon, 3 Jun 2024 12:51:28 -0400 Subject: [PATCH] Add process model processing for the "Priority" header. --- fetch.bs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fetch.bs b/fetch.bs index 625f5bd71..872257d65 100644 --- a/fetch.bs +++ b/fetch.bs @@ -5654,6 +5654,12 @@ run these steps: default), and `Accept-Charset` is a waste of bytes. See HTTP header layer division for more details. +
  • If httpRequest's header list + does not contain `Priority`, then user agents may + append a `Priority` header with an + implementation-defined value derived from httpRequest's + internal priority in accordance with RFC 9218. [[!RFC9218]] +

  • If includeCredentials is true, then: