Changeset 1486 for draft-ietf-httpbis
- Timestamp:
- 05/12/11 09:45:38 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1481 r1486 359 359 } 360 360 @bottom-center { 361 content: "Expires June 3, 2012";361 content: "Expires June 7, 2012"; 362 362 } 363 363 @bottom-right { … … 411 411 <meta name="dct.creator" content="Reschke, J. F."> 412 412 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 413 <meta name="dct.issued" scheme="ISO8601" content="2011-12-0 1">413 <meta name="dct.issued" scheme="ISO8601" content="2011-12-05"> 414 414 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 415 415 <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."> … … 442 442 </tr> 443 443 <tr> 444 <td class="left">Expires: June 3, 2012</td>444 <td class="left">Expires: June 7, 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">December 1, 2011</td>497 <td class="right">December 5, 2011</td> 498 498 </tr> 499 499 </tbody> … … 525 525 in progress”. 526 526 </p> 527 <p>This Internet-Draft will expire on June 3, 2012.</p>527 <p>This Internet-Draft will expire on June 7, 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> … … 2069 2069 <div id="rfc.iref.s.41"></div> 2070 2070 <h3 id="rfc.section.7.5.4"><a href="#rfc.section.7.5.4">7.5.4</a> <a id="status.503" href="#status.503">503 Service Unavailable</a></h3> 2071 <p id="rfc.section.7.5.4.p.1">The server is currently unable or unwilling to handle the request due to reasons such as temporary overloading, maintenance 2072 of the server, or rate limiting of the client. 2073 </p> 2071 <p id="rfc.section.7.5.4.p.1">The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.</p> 2074 2072 <p id="rfc.section.7.5.4.p.2">The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the 2075 2073 delay <em class="bcp14">MAY</em> be indicated in a Retry-After header field (<a href="#header.retry-after" id="rfc.xref.header.retry-after.2" title="Retry-After">Section 9.8</a>). If no Retry-After is given, the client <em class="bcp14">SHOULD</em> handle the response as it would for a 500 response. … … 3401 3399 <p id="rfc.section.C.19.p.1">Closed issues: </p> 3402 3400 <ul> 3401 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/255">http://tools.ietf.org/wg/httpbis/trac/ticket/255</a>>: "Clarify status code for rate limiting" (change backed out because a new status code is being defined for this purpose) 3402 </li> 3403 3403 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/312">http://tools.ietf.org/wg/httpbis/trac/ticket/312</a>>: "should there be a permanent variant of 307" 3404 3404 </li> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1481 r1486 2273 2273 <iref primary="true" item="Status Codes" subitem="503 Service Unavailable" x:for-anchor=""/> 2274 2274 <t> 2275 The server is currently unable or unwilling to handle the request due to 2276 reasons such as temporary overloading, maintenance of the server, or rate 2277 limiting of the client. 2275 The server is currently unable to handle the request due to a 2276 temporary overloading or maintenance of the server. 2278 2277 </t> 2279 2278 <t> … … 4695 4694 <list style="symbols"> 4696 4695 <t> 4696 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/255"/>: 4697 "Clarify status code for rate limiting" (change backed out because 4698 a new status code is being defined for this purpose) 4699 </t> 4700 <t> 4697 4701 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/312"/>: 4698 4702 "should there be a permanent variant of 307"
Note: See TracChangeset
for help on using the changeset viewer.