Changeset 1715 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 04/07/12 19:54:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1714 r1715 1484 1484 Successful (2xx) responses to CONNECT switch to tunnel mode instead of 1485 1485 having a message body. 1486 All 1xx (Informational), 204 (No Content), and <x:ref>304 (Not Modified)</x:ref>1487 responses &MUST-NOT; include a message body.1486 All 1xx (Informational), <x:ref>204 (No Content)</x:ref>, and <x:ref>304 1487 (Not Modified)</x:ref> responses &MUST-NOT; include a message body. 1488 1488 All other responses do include a message body, although the body 1489 1489 &MAY; be of zero length. (See &status-codes; and &status-304;.) … … 1606 1606 In the case of a <x:ref>304 (Not Modified)</x:ref> response (&status-304;) 1607 1607 to a GET request, Content-Length indicates the size of the payload body (without 1608 any potential transfer-coding) that would have been sent in a 200 (OK)1608 any potential transfer-coding) that would have been sent in a <x:ref>200 (OK)</x:ref> 1609 1609 response. 1610 1610 </t> … … 4109 4109 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/> 4110 4110 <x:source href="p2-semantics.xml" basename="p2-semantics"> 4111 <x:defines>200 (OK)</x:defines> 4112 <x:defines>204 (No Content)</x:defines> 4111 4113 <x:defines>301 (Moved Permanently)</x:defines> 4112 4114 <x:defines>400 (Bad Request)</x:defines>
Note: See TracChangeset
for help on using the changeset viewer.