Skip to content

Commit

Permalink
Do not unnecessarily change "avoid" to "choose not".
Browse files Browse the repository at this point in the history
  • Loading branch information
bnc-google committed Jul 31, 2019
1 parent 7155dcc commit c049ed1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-qpack.md
Expand Up @@ -632,12 +632,12 @@ type HTTP_WRONG_STREAM_COUNT. These streams MUST NOT be closed. Closure of
either unidirectional stream type MUST be treated as a connection error of type
HTTP_CLOSED_CRITICAL_STREAM.

An endpoint MAY choose not to create an encoder stream if it's not going to be
used (for example if its encoder doesn't wish to use the dynamic table, or if
the maximum size of the dynamic table permitted by the peer is zero).
An endpoint MAY avoid creating an encoder stream if it's not going to be used
(for example if its encoder doesn't wish to use the dynamic table, or if the
maximum size of the dynamic table permitted by the peer is zero).

An endpoint MAY choose not to create a decoder stream if its decoder sets the
maximum capacity of the dynamic table to zero.
An endpoint MAY avoid creating a decoder stream if its decoder sets the maximum
capacity of the dynamic table to zero.

An endpoint MUST allow its peer to create both the encoder and decoder streams
even if the connection's settings prevent their use.
Expand Down

0 comments on commit c049ed1

Please sign in to comment.