Skip to content

Commit

Permalink
Reword sentence about storing state in session ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
nharper committed Oct 11, 2019
1 parent c09d599 commit 635ab6c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,13 +659,13 @@ configuration of the transport or application associated with the resumed
session is not compatible with the server's current configuration.

QUIC requires additional transport state to be associated with a 0-RTT session
ticket. If stateless session tickets are used, this information must be stored
in the session ticket. Application protocols that use QUIC might have similar
requirements regarding associating or storing state. This associated state is
used for deciding whether early data must be rejected. For example, HTTP/3
({{QUIC-HTTP}}) settings determine how early data from the client is
interpreted. Other applications using QUIC could have different requirements
for determining whether to accept or reject early data.
ticket. One common way to implement this is using stateless session tickets and
storing this state in the session ticket. Application protocols that use QUIC
might have similar requirements regarding associating or storing state. This
associated state is used for deciding whether early data must be rejected. For
example, HTTP/3 ({{QUIC-HTTP}}) settings determine how early data from the
client is interpreted. Other applications using QUIC could have different
requirements for determining whether to accept or reject early data.


## HelloRetryRequest
Expand Down

0 comments on commit 635ab6c

Please sign in to comment.