Changeset 85 for draft-ietf-httpbis
- Timestamp:
- 21/12/07 23:35:30 (15 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 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> -
draft-ietf-httpbis/latest/p3-payload.xml
r81 r85 2306 2306 <section title="No Content-Transfer-Encoding" anchor="no.content-transfer-encoding"> 2307 2307 <t> 2308 HTTP does not use the Content-Transfer-Encoding (CTE)field of RFC2308 HTTP does not use the Content-Transfer-Encoding field of RFC 2309 2309 2045. Proxies and gateways from MIME-compliant protocols to HTTP &MUST; 2310 remove any non-identity CTE ("quoted-printable" or "base64") encoding2310 remove any Content-Transfer-Encoding 2311 2311 prior to delivering the response message to an HTTP client. 2312 2312 </t>
Note: See TracChangeset
for help on using the changeset viewer.