Skip to content

Commit

Permalink
require the server to save the transport parameter as well (#14)
Browse files Browse the repository at this point in the history
* require the server to save the transport parameter as well

* Apply suggestions from code review

Co-authored-by: Kazuho Oku <[email protected]>

---------

Co-authored-by: Kazuho Oku <[email protected]>
  • Loading branch information
marten-seemann and kazuho authored Jul 21, 2023
1 parent eaa1570 commit 37e8ff6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-reliable-stream-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ sending the close_stream (0x17f7586d2cb570) transport parameter
understands this transport parameter MUST treat the receipt of a non-empty
value as a connection error of type TRANSPORT_PARAMETER_ERROR.

In order to allow reliable stream resets in 0-RTT packets, the client MUST
remember the value of this transport parameter. If 0-RTT data is accepted by
the server, the server MUST not disable this extension on the resumed
connection.
In order to allow reliable stream resets in 0-RTT packets, both endpoints MUST
remember the value of this transport parameter. If 0-RTT data is
accepted by the server, the server MUST NOT disable this extension on the
resumed connection.

# CLOSE_STREAM Frame

Expand Down

0 comments on commit 37e8ff6

Please sign in to comment.