Skip to content

Commit

Permalink
General idle timout reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Nov 17, 2020
1 parent 7837e48 commit 77ea56e
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 @@ -926,8 +926,9 @@ Each QUIC endpoint declares an idle timeout during the handshake. If the QUIC
connection remains idle (no packets received) for longer than this duration, the
peer will assume that the connection has been closed. HTTP/3 implementations
will need to open a new HTTP/3 connection for new requests if the existing
connection has been idle for longer than the server's advertised idle timeout,
and SHOULD do so if approaching the idle timeout.
connection has been idle for longer than the idle timeout negotiated during the
QUIC handshake, and SHOULD do so if approaching the idle timeout; see Section
10.1 of {{QUIC-TRANSPORT}}.

HTTP clients are expected to request that the transport keep connections open
while there are responses outstanding for requests or server pushes, as
Expand Down

0 comments on commit 77ea56e

Please sign in to comment.