Skip to content

Commit

Permalink
Some Martin tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Aug 9, 2018
1 parent 4eecca1 commit 43eb60a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions draft-ietf-quic-qpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ instructions on the encoder stream (see {{encoder-stream}}).

The maximum size of the dynamic table can be modified by the encoder, subject to
a decoder-controlled limit (see {{configuration}} and {{size-update}}). The
initial maximum size is the applicable value of this limit when HTTP requests or
responses are first permitted to be sent. For clients using 0-RTT data in
HTTP/QUIC, this means that the table size is the remembered value of
`SETTINGS_HEADER_TABLE_SIZE`, even if the server later specifies a larger
maximum in its SETTINGS frame. For HTTP/QUIC servers and HTTP/QUIC clients not
using 0-RTT data, this means that the initial maximum table size is the value of
`SETTINGS_HEADER_TABLE_SIZE` in the peer's SETTINGS frame.
initial maximum size is determined by the corresponding setting when HTTP
requests or responses are first permitted to be sent. For clients using 0-RTT
data in HTTP/QUIC, this means that the table size is the remembered value of the
setting, even if the server later specifies a larger maximum in its SETTINGS
frame. For HTTP/QUIC servers and HTTP/QUIC clients when 0-RTT is not attempted
or is rejected, this means that the initial maximum table size is the value of
the setting in the peer's SETTINGS frame.

Before a new entry is added to the dynamic table, entries are evicted from the
end of the dynamic table until the size of the dynamic table is less than or
Expand Down

0 comments on commit 43eb60a

Please sign in to comment.