HTTP General Header Connection: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 13: Line 13:
Used to implement the signaling mechanism between the client and the server that would allow the client - or the server - to gracefully close the underlying TCP/IP connection. In HTTP/1.1, connections are by default persistent.  
Used to implement the signaling mechanism between the client and the server that would allow the client - or the server - to gracefully close the underlying TCP/IP connection. In HTTP/1.1, connections are by default persistent.  


For more details on persistent connections, and how <tt>Connection</tt> is used to close a persistent connection, see: {{Internal|HTTP Persistent Connections|Persistent HTTP Connections}}
For more details on persistent connections, and how <tt>Connection</tt> is used to close a persistent connection, see: {{Internal|HTTP_Persistent_Connections#Client.2FOrigin_Server_Connection|Persistent HTTP Connections}}

Latest revision as of 04:49, 8 January 2017

External

https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.10

Internal

Overview

Used to implement the signaling mechanism between the client and the server that would allow the client - or the server - to gracefully close the underlying TCP/IP connection. In HTTP/1.1, connections are by default persistent.

For more details on persistent connections, and how Connection is used to close a persistent connection, see:

Persistent HTTP Connections