Changeset 2185
- Timestamp:
- 19/02/13 13:21:04 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r2181 r2185 449 449 } 450 450 @bottom-center { 451 content: "Expires August 15, 2013";451 content: "Expires August 23, 2013"; 452 452 } 453 453 @bottom-right { … … 491 491 <meta name="dct.creator" content="Reschke, J. F."> 492 492 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 493 <meta name="dct.issued" scheme="ISO8601" content="2013-02-1 1">493 <meta name="dct.issued" scheme="ISO8601" content="2013-02-19"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 495 495 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 520 520 <tr> 521 521 <td class="left">Intended status: Standards Track</td> 522 <td class="right">February 1 1, 2013</td>522 <td class="right">February 19, 2013</td> 523 523 </tr> 524 524 <tr> 525 <td class="left">Expires: August 15, 2013</td>525 <td class="left">Expires: August 23, 2013</td> 526 526 <td class="right"></td> 527 527 </tr> … … 551 551 in progress”. 552 552 </p> 553 <p>This Internet-Draft will expire on August 15, 2013.</p>553 <p>This Internet-Draft will expire on August 23, 2013.</p> 554 554 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 555 555 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 833 833 834 834 <span id="exbody">Hello World! 835 </span></pre><h2 id="rfc.section.2.2"><a href="#rfc.section.2.2">2.2</a> <a id="implementation-diversity" href="#implementation-diversity">Implementation Diversity</a></h2> 835 </span></pre> <p>(Note that the content length includes the trailing CR/LF sequence of the body text)</p> 836 <h2 id="rfc.section.2.2"><a href="#rfc.section.2.2">2.2</a> <a id="implementation-diversity" href="#implementation-diversity">Implementation Diversity</a></h2> 836 837 <p id="rfc.section.2.2.p.1">When considering the design of HTTP, it is easy to fall into a trap of thinking that all user agents are general-purpose browsers 837 838 and all origin servers are large public websites. That is not the case in practice. Common HTTP user agents include household … … 3109 3110 </li> 3110 3111 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/431">http://tools.ietf.org/wg/httpbis/trac/ticket/431</a>>: "origin-form does not allow path starting with "//"" 3112 </li> 3113 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/433">http://tools.ietf.org/wg/httpbis/trac/ticket/433</a>>: "ambiguity in part 1 example" 3111 3114 </li> 3112 3115 </ul> -
draft-ietf-httpbis/latest/p1-messaging.xml
r2181 r2185 387 387 388 388 <x:span anchor="exbody">Hello World! 389 </x:span></artwork></figure> 389 </x:span></artwork> 390 <postamble> 391 (Note that the content length includes the trailing CR/LF sequence of the body text) 392 </postamble></figure> 390 393 </section> 391 394 … … 5214 5217 "origin-form does not allow path starting with "//"" 5215 5218 </t> 5219 <t> 5220 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/433"/>: 5221 "ambiguity in part 1 example" 5222 </t> 5216 5223 </list> 5217 5224 </t>
Note: See TracChangeset
for help on using the changeset viewer.