Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Origin-Agent-Cluster HTTP header default #7617

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -83571,7 +83571,7 @@ interface <dfn interface>BarProp</dfn> {
<p><span w-nodev>Per the processing model in the <span data-x="create-the-document-object">create
and initialize a new <code>Document</code> object</span>, values</span><span w-dev>Values</span>
that are not the <span data-x="http-structured-header-boolean">structured header boolean</span>
true value (i.e., `<code data-x="">?1</code>`) will be ignored.</p>
false value (i.e., `<code data-x="">?0</code>`) will be ignored.</p>

<p>The consequences of using this header are that <span w-nodev>the resulting
<code>Document</code>'s <span>agent cluster key</span> is its <span
Expand Down Expand Up @@ -88623,9 +88623,9 @@ interface <dfn interface>Location</dfn> { // but see also <a href="#the-location
given `<code>Origin-Agent-Cluster</code>` and "<code data-x="">item</code>" from
<var>response</var>'s <span data-x="concept-response-header-list">header list</span>.</p></li>

<li><p>Let <var>requestsOAC</var> be true if <var>oacHeader</var> is not
<li><p>Let <var>requestsOAC</var> be false if <var>oacHeader</var> is not
null and <var>oacHeader</var>[0] is the <span
data-x="http-structured-header-boolean">boolean</span> true; otherwise false.</p></li>
data-x="http-structured-header-boolean">boolean</span> false; otherwise true.</p></li>

<li><p>If <var>navigationParams</var>'s <span
data-x="navigation-params-reserved-environment">reserved environment</span> is a
Expand Down Expand Up @@ -127809,6 +127809,7 @@ INSERT INTERFACES HERE
Daniel Steinberg,
Daniel Tan,
Daniel Trebbien,
Daniel Vogelheim,
Danny Sullivan,
Daphne Preston-Kendal,
Darien Maillet Valentine,
Expand Down