Changeset 2493


Ignore:
Timestamp:
13/11/13 01:06:50 (9 years ago)
Author:
fielding@…
Message:

(editorial) rename the duplicate definition of delta-seconds in Retry-After to delay-seconds

Location:
draft-ietf-httpbis/latest
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • draft-ietf-httpbis/latest/httpbis.abnf

    r2447 r2493  
    4949Range = byte-ranges-specifier / other-ranges-specifier
    5050Referer = absolute-URI / partial-URI
    51 Retry-After = HTTP-date / delta-seconds
     51Retry-After = HTTP-date / delay-seconds
    5252Server = product *( RWS ( product / comment ) )
    5353TE = [ ( "," / t-codings ) *( OWS "," [ OWS t-codings ] ) ]
     
    121121 / %x53.75.6E.64.61.79 ; Sunday
    122122
     123delay-seconds = 1*DIGIT
    123124delta-seconds = 1*DIGIT
    124125entity-tag = [ weak ] opaque-tag
  • draft-ietf-httpbis/latest/p2-semantics.html

    r2487 r2493  
    445445  }
    446446  @bottom-center {
    447        content: "Expires May 15, 2014";
     447       content: "Expires May 16, 2014";
    448448  }
    449449  @bottom-right {
     
    490490      <meta name="dct.creator" content="Reschke, J. F.">
    491491      <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest">
    492       <meta name="dct.issued" scheme="ISO8601" content="2013-11-11">
     492      <meta name="dct.issued" scheme="ISO8601" content="2013-11-12">
    493493      <meta name="dct.replaces" content="urn:ietf:rfc:2616">
    494494      <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation.">
     
    518518            <tr>
    519519               <td class="left">Intended status: Standards Track</td>
    520                <td class="right">November 11, 2013</td>
     520               <td class="right">November 12, 2013</td>
    521521            </tr>
    522522            <tr>
    523                <td class="left">Expires: May 15, 2014</td>
     523               <td class="left">Expires: May 16, 2014</td>
    524524               <td class="right"></td>
    525525            </tr>
     
    550550            in progress”.
    551551         </p>
    552          <p>This Internet-Draft will expire on May 15, 2014.</p>
     552         <p>This Internet-Draft will expire on May 16, 2014.</p>
    553553      </div>
    554554      <div id="rfc.copyrightnotice">
     
    32593259                  When sent with a <a href="#status.503" class="smpl">503 (Service Unavailable)</a> response, Retry-After indicates how long the service is expected to be unavailable to the client. When sent with any <a href="#status.3xx" class="smpl">3xx (Redirection)</a> response, Retry-After indicates the minimum time that the user agent is asked to wait before issuing the redirected request.
    32603260               </p>
    3261                <p id="rfc.section.7.1.3.p.2">The value of this field can be either an HTTP-date or an integer number of seconds (in decimal) after the time of the response.</p>
    3262                <div id="rfc.figure.u.55"></div><pre class="inline"><span id="rfc.iref.g.53"></span>  <a href="#header.retry-after" class="smpl">Retry-After</a> = <a href="#http.date" class="smpl">HTTP-date</a> / <a href="#rule.delta-seconds" class="smpl">delta-seconds</a>
    3263 </pre><div id="rule.delta-seconds">
    3264                   <p id="rfc.section.7.1.3.p.4"> Time spans are non-negative decimal integers, representing time in seconds.</p>
     3261               <p id="rfc.section.7.1.3.p.2">The value of this field can be either an HTTP-date or a number of seconds to delay after the response is received.</p>
     3262               <div id="rfc.figure.u.55"></div><pre class="inline"><span id="rfc.iref.g.53"></span>  <a href="#header.retry-after" class="smpl">Retry-After</a> = <a href="#http.date" class="smpl">HTTP-date</a> / <a href="#rule.delay-seconds" class="smpl">delay-seconds</a>
     3263</pre><div id="rule.delay-seconds">
     3264                  <p id="rfc.section.7.1.3.p.4"> A delay-seconds value is a non-negative decimal integer, representing time in seconds.</p>
    32653265               </div>
    3266                <div id="rfc.figure.u.56"></div><pre class="inline"><span id="rfc.iref.g.54"></span>  <a href="#rule.delta-seconds" class="smpl">delta-seconds</a>  = 1*<a href="#imported.abnf" class="smpl">DIGIT</a>
     3266               <div id="rfc.figure.u.56"></div><pre class="inline"><span id="rfc.iref.g.54"></span>  <a href="#rule.delay-seconds" class="smpl">delay-seconds</a>  = 1*<a href="#imported.abnf" class="smpl">DIGIT</a>
    32673267</pre><p id="rfc.section.7.1.3.p.6">Two examples of its use are</p>
    32683268               <div id="rfc.figure.u.57"></div><pre class="text">  Retry-After: Fri, 31 Dec 1999 23:59:59 GMT
     
    46254625<a href="#imported.abnf" class="smpl">RWS</a> = &lt;RWS, defined in [Part1], Section 3.2.3&gt;
    46264626<a href="#header.referer" class="smpl">Referer</a> = absolute-URI / partial-URI
    4627 <a href="#header.retry-after" class="smpl">Retry-After</a> = HTTP-date / delta-seconds
     4627<a href="#header.retry-after" class="smpl">Retry-After</a> = HTTP-date / delay-seconds
    46284628
    46294629<a href="#header.server" class="smpl">Server</a> = product *( RWS ( product / comment ) )
     
    46644664 / %x53.61.74.75.72.64.61.79 ; Saturday
    46654665 / %x53.75.6E.64.61.79 ; Sunday
    4666 <a href="#rule.delta-seconds" class="smpl">delta-seconds</a> = 1*DIGIT
     4666<a href="#rule.delay-seconds" class="smpl">delay-seconds</a> = 1*DIGIT
    46674667
    46684668<a href="#imported.abnf" class="smpl">field-name</a> = &lt;comment, defined in [Part1], Section 3.2&gt;
     
    48724872                        <li><tt>day-name</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.42"><b>7.1.1.1</b></a></li>
    48734873                        <li><tt>day-name-l</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.43"><b>7.1.1.1</b></a></li>
    4874                         <li><tt>delta-seconds</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.54"><b>7.1.3</b></a></li>
     4874                        <li><tt>delay-seconds</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.54"><b>7.1.3</b></a></li>
    48754875                        <li><tt>Expect</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.17"><b>5.1.1</b></a></li>
    48764876                        <li><tt>From</tt>&nbsp;&nbsp;<a href="#rfc.iref.g.30"><b>5.5.1</b></a></li>
  • draft-ietf-httpbis/latest/p2-semantics.xml

    r2487 r2493  
    39643964</t>
    39653965<t>
    3966    The value of this field can be either an HTTP-date or an integer number
    3967    of seconds (in decimal) after the time of the response.
     3966   The value of this field can be either an HTTP-date or a number
     3967   of seconds to delay after the response is received.
    39683968</t>
    39693969<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Retry-After"/>
    3970   <x:ref>Retry-After</x:ref> = <x:ref>HTTP-date</x:ref> / <x:ref>delta-seconds</x:ref>
     3970  <x:ref>Retry-After</x:ref> = <x:ref>HTTP-date</x:ref> / <x:ref>delay-seconds</x:ref>
    39713971</artwork></figure>
    3972 <t anchor="rule.delta-seconds">
    3973   <x:anchor-alias value="delta-seconds"/>
    3974    Time spans are non-negative decimal integers, representing time in
    3975    seconds.
    3976 </t>
    3977 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="delta-seconds"/>
    3978   <x:ref>delta-seconds</x:ref>  = 1*<x:ref>DIGIT</x:ref>
     3972<t anchor="rule.delay-seconds">
     3973  <x:anchor-alias value="delay-seconds"/>
     3974   A delay-seconds value is a non-negative decimal integer, representing time
     3975   in seconds.
     3976</t>
     3977<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="delay-seconds"/>
     3978  <x:ref>delay-seconds</x:ref>  = 1*<x:ref>DIGIT</x:ref>
    39793979</artwork></figure>
    39803980<t>
     
    61146114<x:ref>RWS</x:ref> = &lt;RWS, defined in [Part1], Section 3.2.3&gt;
    61156115<x:ref>Referer</x:ref> = absolute-URI / partial-URI
    6116 <x:ref>Retry-After</x:ref> = HTTP-date / delta-seconds
     6116<x:ref>Retry-After</x:ref> = HTTP-date / delay-seconds
    61176117
    61186118<x:ref>Server</x:ref> = product *( RWS ( product / comment ) )
     
    61536153 / %x53.61.74.75.72.64.61.79 ; Saturday
    61546154 / %x53.75.6E.64.61.79 ; Sunday
    6155 <x:ref>delta-seconds</x:ref> = 1*DIGIT
     6155<x:ref>delay-seconds</x:ref> = 1*DIGIT
    61566156
    61576157<x:ref>field-name</x:ref> = &lt;comment, defined in [Part1], Section 3.2&gt;
Note: See TracChangeset for help on using the changeset viewer.