Changeset 1526 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 06/02/12 08:21:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1524 r1526 458 458 } 459 459 @bottom-center { 460 content: "Expires August 6, 2012";460 content: "Expires August 9, 2012"; 461 461 } 462 462 @bottom-right { … … 510 510 <meta name="dct.creator" content="Reschke, J. F."> 511 511 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 512 <meta name="dct.issued" scheme="ISO8601" content="2012-02-0 3">512 <meta name="dct.issued" scheme="ISO8601" content="2012-02-06"> 513 513 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 514 514 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 2 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 2 defines the semantics of HTTP messages as expressed by request methods, request header fields, response status codes, and response header fields."> … … 541 541 </tr> 542 542 <tr> 543 <td class="left">Expires: August 6, 2012</td>543 <td class="left">Expires: August 9, 2012</td> 544 544 <td class="right">HP</td> 545 545 </tr> … … 594 594 <tr> 595 595 <td class="left"></td> 596 <td class="right">February 3, 2012</td>596 <td class="right">February 6, 2012</td> 597 597 </tr> 598 598 </tbody> … … 624 624 in progress”. 625 625 </p> 626 <p>This Internet-Draft will expire on August 6, 2012.</p>626 <p>This Internet-Draft will expire on August 9, 2012.</p> 627 627 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 628 628 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1982 1982 request, the server <em class="bcp14">SHOULD</em> include a representation containing an explanation of the error situation, and whether it is a temporary or permanent condition. 1983 1983 These status codes are applicable to any request method. User agents <em class="bcp14">SHOULD</em> display any included representation to the user. 1984 </p>1985 <p id="rfc.section.7.4.p.2">If the client is sending data, a server implementation using TCP <em class="bcp14">SHOULD</em> be careful to ensure that the client acknowledges receipt of the packet(s) containing the response, before the server closes1986 the input connection. If the client continues sending data to the server after the close, the server's TCP stack will send1987 a reset packet to the client, which might erase the client's unacknowledged input buffers before they can be read and interpreted1988 by the HTTP application.1989 1984 </p> 1990 1985 <div id="rfc.iref.37"></div> … … 3499 3494 <p id="rfc.section.C.20.p.1">Closed issues: </p> 3500 3495 <ul> 3496 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/302">http://tools.ietf.org/wg/httpbis/trac/ticket/302</a>>: "Misplaced text on connection handling in p2" 3497 </li> 3501 3498 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/332">http://tools.ietf.org/wg/httpbis/trac/ticket/332</a>>: "relax requirements on hypertext in 3/4/5xx error responses" 3502 3499 </li>
Note: See TracChangeset
for help on using the changeset viewer.