Skip to content

Commit

Permalink
Explicit about aborting and discarding
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Aug 4, 2021
1 parent c3b56a8 commit 0ce850e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions draft-ietf-quic-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -884,8 +884,9 @@ as-yet-unknown Push ID, both the associated client request and the pushed
request header fields are unknown. The client can buffer the stream data in
expectation of the matching PUSH_PROMISE. The client can use stream flow control
(see {{Section 4.1 of QUIC-TRANSPORT}}) to limit the amount of data a server may
commit to the pushed stream. Clients SHOULD discard data from push streams if
no corresponding PUSH_PROMISE frame is processed in a reasonable amount of time.
commit to the pushed stream. Clients SHOULD abort reading and discard data
already read from push streams if no corresponding PUSH_PROMISE frame is
processed in a reasonable amount of time.

Push stream data can also arrive after a client has canceled a push. In this
case, the client can abort reading the stream with an error code of
Expand Down

0 comments on commit 0ce850e

Please sign in to comment.