Changeset 2147 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 21/01/13 07:43:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r2146 r2147 1535 1535 <t> 1536 1536 Unlike <x:ref>Content-Encoding</x:ref> (&content-codings;), 1537 Transfer-Encoding is a property of the message, not of the payload, and1537 Transfer-Encoding is a property of the message, not of the representation, and 1538 1538 any recipient along the request/response chain &MAY; decode the received 1539 1539 transfer coding(s) or apply additional transfer coding(s) to the message … … 1636 1636 <t> 1637 1637 Any Content-Length field value greater than or equal to zero is valid. 1638 Since there is no predefined limit to the length of a n HTTPpayload,1638 Since there is no predefined limit to the length of a payload, 1639 1639 recipients &SHOULD; anticipate potentially large decimal numerals and 1640 1640 prevent parsing errors due to integer conversion overflows
Note: See TracChangeset
for help on using the changeset viewer.