Skip to content

Commit

Permalink
Editorial: further clarify the early hints HTTP/2 note
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Sep 4, 2023
1 parent 6ca960a commit 210f0ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -15861,10 +15861,8 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
<span data-x="concept-response">response</span>.<ref>RFC8297</ref></p>

<p class="note">For compatibility reasons <a
href="https://httpwg.org/specs/rfc8297.html#security-considerations">it is recommended</a> to
only send early hints responses over HTTP/2 or later, unless the client is known to handle
informational responses correctly. Despite this, the examples below use HTTP/1.1-style notation
as per usual convention.</p>
href="https://httpwg.org/specs/rfc8297.html#security-considerations">early hints are typically
delivered over HTTP/2 or above</a>, but for readability we use HTTP/1.1-style notation below.</p>

<div class="example">
<p>For example, given the following sequence of responses:</p>
Expand Down

0 comments on commit 210f0ea

Please sign in to comment.