HTTP General Header Connection: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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, see: {{Internal|HTTP Persistent Connection}} | For more details on persistent connections, see: {{Internal|HTTP Persistent Connection|Persistent HTTP Connections}} |
Revision as of 02:12, 8 January 2017
External
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, see: