Changeset 1734 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 06/07/12 13:59:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1727 r1734 1587 1587 Content-Length header field &SHOULD; be sent to indicate the length of the 1588 1588 payload body that is either present as the message body, for requests 1589 and non-HEAD responses other than 304, or would have been present had1590 the request been an unconditional GET. The length is expressed as a1591 decimal number of octets.1589 and non-HEAD responses other than <x:ref>304 (Not Modified)</x:ref>, or 1590 would have been present had the request been an unconditional GET. The 1591 length is expressed as a decimal number of octets. 1592 1592 </t> 1593 1593 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-Length"/> … … 1644 1644 <x:lt><t> 1645 1645 Any response to a HEAD request and any response with a status 1646 code of 100-199, 204, or 304 is always terminated by the first 1647 empty line after the header fields, regardless of the header 1648 fields present in the message, and thus cannot contain a message body. 1646 code of 100-199, 204, or <x:ref>304 (Not Modified)</x:ref> is always 1647 terminated by the first empty line after the header fields, regardless of 1648 the header fields present in the message, and thus cannot contain a 1649 message body. 1649 1650 </t></x:lt> 1650 1651 <x:lt><t>
Note: See TracChangeset
for help on using the changeset viewer.