Changeset 1366 for draft-ietf-httpbis/latest
- Timestamp:
- 28/07/11 18:27:42 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1364 r1366 359 359 } 360 360 @bottom-center { 361 content: "Expires January 2 8, 2012";361 content: "Expires January 29, 2012"; 362 362 } 363 363 @bottom-right { … … 410 410 <meta name="dct.creator" content="Reschke, J. F."> 411 411 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 412 <meta name="dct.issued" scheme="ISO8601" content="2011-07-2 7">412 <meta name="dct.issued" scheme="ISO8601" content="2011-07-28"> 413 413 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 414 414 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 442 442 </tr> 443 443 <tr> 444 <td class="left">Expires: January 2 8, 2012</td>444 <td class="left">Expires: January 29, 2012</td> 445 445 <td class="right">HP</td> 446 446 </tr> … … 495 495 <tr> 496 496 <td class="left"></td> 497 <td class="right">July 2 7, 2011</td>497 <td class="right">July 28, 2011</td> 498 498 </tr> 499 499 </tbody> … … 525 525 in progress”. 526 526 </p> 527 <p>This Internet-Draft will expire on January 2 8, 2012.</p>527 <p>This Internet-Draft will expire on January 29, 2012.</p> 528 528 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 529 529 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1344 1344 <p>If a valid Content-Length header field is present without Transfer-Encoding, its decimal value defines the message-body length 1345 1345 in octets. If the actual number of octets sent in the message is less than the indicated Content-Length, the recipient <em class="bcp14">MUST</em> consider the message to be incomplete and treat the connection as no longer usable. If the actual number of octets sent in 1346 the message is more than the indicated Content-Length, the recipient <em class="bcp14">MUST</em> only process the message-body up to the field value's number of octets; the remainder of the message <em class="bcp14">MUST</em> either be discarded or treated as the next message in a pipeline. For the sake of robustness, a user-agent <em class="bcp14">MAY</em> attempt to detect and correct such an error in message framing if it is parsing the response to the last request on ona connection1346 the message is more than the indicated Content-Length, the recipient <em class="bcp14">MUST</em> only process the message-body up to the field value's number of octets; the remainder of the message <em class="bcp14">MUST</em> either be discarded or treated as the next message in a pipeline. For the sake of robustness, a user-agent <em class="bcp14">MAY</em> attempt to detect and correct such an error in message framing if it is parsing the response to the last request on a connection 1347 1347 and the connection has been closed by the server. 1348 1348 </p> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1364 r1366 1518 1518 robustness, a user-agent &MAY; attempt to detect and correct such an error 1519 1519 in message framing if it is parsing the response to the last request on 1520 ona connection and the connection has been closed by the server.1520 a connection and the connection has been closed by the server. 1521 1521 </t></x:lt> 1522 1522 <x:lt><t>
Note: See TracChangeset
for help on using the changeset viewer.