Skip to content

Commit

Permalink
Punt more to the transport doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Jan 9, 2019
1 parent b4ade00 commit 8644e87
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions draft-ietf-quic-http.md
Expand Up @@ -1203,13 +1203,13 @@ has been idle for longer than the server's advertised idle timeout, and SHOULD
do so if approaching the idle timeout.

HTTP clients are expected to request that the transport keep connections open
while there are responses outstanding for requests or server pushes. This might
involve QUIC PING frames being generated by the transport implementation. If the
client is not expecting a response from the server, allowing an idle connection
to time out is preferred over expending effort maintaining a connection that
might not be needed. A gateway MAY maintain connections in anticipation of need
rather than incur the latency cost of connection establishment to servers.
Servers SHOULD NOT actively keep connections open.
while there are responses outstanding for requests or server pushes, as
described in Section 19.2 of {{QUIC-TRANSPORT}}. If the client is not expecting
a response from the server, allowing an idle connection to time out is preferred
over expending effort maintaining a connection that might not be needed. A
gateway MAY maintain connections in anticipation of need rather than incur the
latency cost of connection establishment to servers. Servers SHOULD NOT actively
keep connections open.

## Connection Shutdown

Expand Down

0 comments on commit 8644e87

Please sign in to comment.