Changeset 85 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 21/12/07 23:35:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r84 r85 1175 1175 The Internet Assigned Numbers Authority (IANA) acts as a registry for 1176 1176 transfer-coding value tokens. Initially, the registry contains the 1177 following tokens: "chunked" (<xref target="chunked.transfer.encoding"/>), "identity" (section 1178 3.6.2), "gzip" (&payload;), "compress" (&payload;), and "deflate" 1179 (&payload;). 1177 following tokens: "chunked" (<xref target="chunked.transfer.encoding"/>), 1178 "gzip" (&payload;), "compress" (&payload;), and "deflate" (&payload;). 1180 1179 </t> 1181 1180 <t> … … 1437 1436 </t></x:lt> 1438 1437 <x:lt><t> 1439 If a Transfer-Encoding header field (<xref target="header.transfer-encoding"/>) is present and1440 has any value other than "identity", then the transfer-length is1438 If a Transfer-Encoding header field (<xref target="header.transfer-encoding"/>) 1439 is present, then the transfer-length is 1441 1440 defined by use of the "chunked" transfer-coding (<xref target="transfer.codings"/>), 1442 1441 unless the message is terminated by closing the connection. … … 1490 1489 <t> 1491 1490 Messages &MUST-NOT; include both a Content-Length header field and a 1492 non-identity transfer-coding. If the message does include a non-identity1491 transfer-coding. If the message does include a 1493 1492 transfer-coding, the Content-Length &MUST; be ignored. 1494 1493 </t>
Note: See TracChangeset
for help on using the changeset viewer.