Skip to content

Commit

Permalink
Script updating gh-pages from b57b0d9. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed May 11, 2023
1 parent a0293a6 commit 1df78b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ekr_editorial_auth48/draft-ietf-quic-version-negotiation.html
Expand Up @@ -1630,8 +1630,8 @@ <h2 id="name-version-downgrade-preventio">
VERSION_NEGOTIATION_ERROR (see <a href="#iana-error" class="auto internal xref">Section 10.2</a>).<a href="#section-4-4" class="pilcrow"></a></p>
<p id="section-4-5">When a server receives a client's first flight, the server will first
establish which QUIC version is in use for this connection in order to
properly parse the first flight. This may involve examining packets
that are not part of the handshake transcript, such as in the the
properly parse the first flight. This may involve examining data
that is not part of the handshake transcript, such as parts of the
packet header. When the server then processes the client's Version
Information, the server <span class="bcp14">MUST</span> validate that the client's Chosen Version
matches the version in use for the connection. If the two differ, the
Expand Down
12 changes: 6 additions & 6 deletions ekr_editorial_auth48/draft-ietf-quic-version-negotiation.txt
Expand Up @@ -451,12 +451,12 @@ Table of Contents

When a server receives a client's first flight, the server will first
establish which QUIC version is in use for this connection in order
to properly parse the first flight. This may involve examining
packets that are not part of the handshake transcript, such as in the
the packet header. When the server then processes the client's
Version Information, the server MUST validate that the client's
Chosen Version matches the version in use for the connection. If the
two differ, the server MUST close the connection with a version
to properly parse the first flight. This may involve examining data
that is not part of the handshake transcript, such as parts of the
packet header. When the server then processes the client's Version
Information, the server MUST validate that the client's Chosen
Version matches the version in use for the connection. If the two
differ, the server MUST close the connection with a version
negotiation error.

In the specific case of QUIC version 1, the server determines that
Expand Down

0 comments on commit 1df78b9

Please sign in to comment.