Skip to content

Commit

Permalink
s/created/received/ stream for CANCEL_PUSH
Browse files Browse the repository at this point in the history
Closes #2234.
  • Loading branch information
martinthomson committed Dec 31, 2018
1 parent a6fcad1 commit 59d2b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-http.md
Expand Up @@ -573,8 +573,8 @@ HTTP_UNEXPECTED_FRAME.
### CANCEL_PUSH {#frame-cancel-push}

The CANCEL_PUSH frame (type=0x3) is used to request cancellation of a server
push prior to the push stream being created. The CANCEL_PUSH frame identifies a
server push by Push ID (see {{frame-push-promise}}), encoded as a
push prior to the push stream being received. The CANCEL_PUSH frame identifies
a server push by Push ID (see {{frame-push-promise}}), encoded as a
variable-length integer.

When a server receives this frame, it aborts sending the response for the
Expand Down

0 comments on commit 59d2b60

Please sign in to comment.