Changeset 276 for draft-ietf-httpbis/latest
- Timestamp:
- 09/07/08 11:21:44 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r275 r276 477 477 <tr> 478 478 <td class="header left"></td> 479 <td class="header right">July 7, 2008</td>479 <td class="header right">July 9, 2008</td> 480 480 </tr> 481 481 </table> … … 1232 1232 </pre><p id="rfc.section.3.4.p.5">All transfer-coding values are case-insensitive. HTTP/1.1 uses transfer-coding values in the TE header field (<a href="#header.te" id="rfc.xref.header.te.1" title="TE">Section 8.5</a>) and in the Transfer-Encoding header field (<a href="#header.transfer-encoding" id="rfc.xref.header.transfer-encoding.1" title="Transfer-Encoding">Section 8.7</a>). 1233 1233 </p> 1234 <p id="rfc.section.3.4.p.6">Whenever a transfer-coding is applied to a message-body, the set of transfer-codings <em class="bcp14">MUST</em> include "chunked", unless the message i s terminated by closing the connection. When the "chunked" transfer-coding is used,1235 i t <em class="bcp14">MUST</em> be the last transfer-coding applied to the message-body. The "chunked" transfer-coding <em class="bcp14">MUST NOT</em> be applied more than once to a message-body. These rules allow the recipient to determine the transfer-length of the message1234 <p id="rfc.section.3.4.p.6">Whenever a transfer-coding is applied to a message-body, the set of transfer-codings <em class="bcp14">MUST</em> include "chunked", unless the message indicates it is terminated by closing the connection. When the "chunked" transfer-coding 1235 is used, it <em class="bcp14">MUST</em> be the last transfer-coding applied to the message-body. The "chunked" transfer-coding <em class="bcp14">MUST NOT</em> be applied more than once to a message-body. These rules allow the recipient to determine the transfer-length of the message 1236 1236 (<a href="#message.length" title="Message Length">Section 4.4</a>). 1237 1237 </p> … … 1397 1397 </li> 1398 1398 <li> 1399 <p>If a Transfer-Encoding header field (<a href="#header.transfer-encoding" id="rfc.xref.header.transfer-encoding.3" title="Transfer-Encoding">Section 8.7</a>) is present, then the transfer-length is defined by use of the "chunked" transfer-coding (<a href="#transfer.codings" title="Transfer Codings">Section 3.4</a>), unless the message is terminated by closing the connection. 1399 <p>If a Transfer-Encoding header field (<a href="#header.transfer-encoding" id="rfc.xref.header.transfer-encoding.3" title="Transfer-Encoding">Section 8.7</a>) is present and the "chunked" transfer-coding (<a href="#transfer.codings" title="Transfer Codings">Section 3.4</a>) is used, the transfer-length is defined by the use of this transfer-coding. If a Transfer-Encoding header field is present 1400 and the "chunked" transfer-coding is not present, the transfer-length is defined by the sender closing the connection. 1400 1401 </p> 1401 1402 </li> … … 2716 2717 <p id="rfc.section.E.5.p.1">Closed issues: </p> 2717 2718 <ul> 2719 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/28">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/28</a>>: "Connection closing" 2720 </li> 2718 2721 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/120">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/120</a>>: "need new URL for PAD1995 reference" 2719 2722 </li> -
draft-ietf-httpbis/latest/p1-messaging.xml
r275 r276 1314 1314 <t> 1315 1315 Whenever a transfer-coding is applied to a message-body, the set of 1316 transfer-codings &MUST; include "chunked", unless the message i s1317 terminated by closing the connection. When the "chunked" transfer-coding1316 transfer-codings &MUST; include "chunked", unless the message indicates it 1317 is terminated by closing the connection. When the "chunked" transfer-coding 1318 1318 is used, it &MUST; be the last transfer-coding applied to the 1319 1319 message-body. The "chunked" transfer-coding &MUST-NOT; be applied more … … 1649 1649 <x:lt><t> 1650 1650 If a Transfer-Encoding header field (<xref target="header.transfer-encoding"/>) 1651 is present, then the transfer-length is 1652 defined by use of the "chunked" transfer-coding (<xref target="transfer.codings"/>), 1653 unless the message is terminated by closing the connection. 1651 is present and the "chunked" transfer-coding (<xref target="transfer.codings"/>) 1652 is used, the transfer-length is defined by the use of this transfer-coding. 1653 If a Transfer-Encoding header field is present and the "chunked" transfer-coding 1654 is not present, the transfer-length is defined by the sender closing the connection. 1654 1655 </t></x:lt> 1655 1656 <x:lt><t> … … 4554 4555 <list style="symbols"> 4555 4556 <t> 4557 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/28"/>: 4558 "Connection closing" 4559 </t> 4560 <t> 4556 4561 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/120"/>: 4557 4562 "need new URL for PAD1995 reference"
Note: See TracChangeset
for help on using the changeset viewer.