Changeset 1705 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 03/07/12 07:48:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1704 r1705 2926 2926 An HTTP/1.1 server &MAY; assume that a HTTP/1.1 client intends to 2927 2927 maintain a persistent connection unless a Connection header field including 2928 the connection -token "close" was sent in the request. If the server2928 the connection option "close" was sent in the request. If the server 2929 2929 chooses to close the connection immediately after sending the 2930 2930 response, it &SHOULD; send a Connection header field including the 2931 connection -token "close".2931 connection option "close". 2932 2932 </t> 2933 2933 <t> 2934 2934 An HTTP/1.1 client &MAY; expect a connection to remain open, but would 2935 2935 decide to keep it open based on whether the response from a server 2936 contains a Connection header field with the connection -token close. In case2936 contains a Connection header field with the connection option "close". In case 2937 2937 the client does not want to maintain a connection for more than that 2938 2938 request, it &SHOULD; send a Connection header field including the 2939 connection -token close.2940 </t> 2941 <t> 2942 If either the client or the server sends the close token in the2939 connection option "close". 2940 </t> 2941 <t> 2942 If either the client or the server sends the "close" option in the 2943 2943 Connection header field, that request becomes the last one for the 2944 2944 connection. … … 4885 4885 </t> 4886 4886 <t> 4887 Clarify exactly when closeconnection options have to be sent.4887 Clarify exactly when "close" connection options have to be sent. 4888 4888 (<xref target="header.connection"/>) 4889 4889 </t>
Note: See TracChangeset
for help on using the changeset viewer.