Skip to content

Commit

Permalink
an online editor that doesn't suck
Browse files Browse the repository at this point in the history
  • Loading branch information
LPardue committed Jun 29, 2018
1 parent c4dba3b commit c4bc704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-http.md
Expand Up @@ -566,9 +566,9 @@ use Push IDs sequentially, starting at 0. A client MUST treat receipt of a push
stream with a Push ID that is greater than the maximum Push ID as a connection
error of type HTTP_PUSH_LIMIT_EXCEEDED.

Each Push ID MUST only be used once in a push stream header. If a push stream header
includes a Push ID that was used in another push stream header, the client MUST
treat this as a connection error of type HTTP_DUPLICATE_PUSH.
Each Push ID MUST only be used once in a push stream header. If a push stream
header includes a Push ID that was used in another push stream header, the client
MUST treat this as a connection error of type HTTP_DUPLICATE_PUSH.

If a promised server push is not needed by the client, the client SHOULD send a
CANCEL_PUSH frame. If the push stream is already open, a QUIC STOP_SENDING frame
Expand Down

0 comments on commit c4bc704

Please sign in to comment.