Changeset 1990
- Timestamp:
- 09/11/12 09:34:59 (10 years ago)
- Location:
- draft-ietf-httpbis-http2/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.html
r1988 r1990 406 406 } 407 407 @bottom-center { 408 content: "Expires May 1 0, 2013";408 content: "Expires May 13, 2013"; 409 409 } 410 410 @bottom-right { … … 446 446 <meta name="dct.creator" content="Thomson, M."> 447 447 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-http2-latest"> 448 <meta name="dct.issued" scheme="ISO8601" content="2012-11-0 6">448 <meta name="dct.issued" scheme="ISO8601" content="2012-11-09"> 449 449 <meta name="dct.abstract" content="This document describes SPDY, a protocol designed for low-latency transport of content over the World Wide Web. SPDY introduces two layers of protocol. The lower layer is a general purpose framing layer which can be used atop a reliable transport (likely TCP) for multiplexed, prioritized, and compressed data communication of many concurrent streams. The upper layer of the protocol provides HTTP-like RFC2616 semantics for compatibility with existing HTTP application servers."> 450 450 <meta name="description" content="This document describes SPDY, a protocol designed for low-latency transport of content over the World Wide Web. SPDY introduces two layers of protocol. The lower layer is a general purpose framing layer which can be used atop a reliable transport (likely TCP) for multiplexed, prioritized, and compressed data communication of many concurrent streams. The upper layer of the protocol provides HTTP-like RFC2616 semantics for compatibility with existing HTTP application servers."> … … 466 466 </tr> 467 467 <tr> 468 <td class="left">Expires: May 1 0, 2013</td>468 <td class="left">Expires: May 13, 2013</td> 469 469 <td class="right">Google, Inc</td> 470 470 </tr> … … 479 479 <tr> 480 480 <td class="left"></td> 481 <td class="right">November 6, 2012</td>481 <td class="right">November 9, 2012</td> 482 482 </tr> 483 483 </tbody> … … 491 491 </p> 492 492 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 493 <p>This draft is a work-in-progress, and does not yet reflect Working Group consensus.</p> 494 <p>This first draft uses the SPDY Protocol as a starting point, as per the Working Group's charter. Future drafts will add, remove 495 and change text, based upon the Working Group's decisions. 496 </p> 493 497 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 494 498 </p> … … 506 510 in progress”. 507 511 </p> 508 <p>This Internet-Draft will expire on May 1 0, 2013.</p>512 <p>This Internet-Draft will expire on May 13, 2013.</p> 509 513 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 510 514 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.xml
r1988 r1990 50 50 51 51 <note title="Editorial Note (To be removed by RFC Editor)"> 52 <t> 53 This draft is a work-in-progress, and does not yet reflect Working Group 54 consensus. 55 </t> 56 <t> 57 This first draft uses the SPDY Protocol as a starting point, as per the 58 Working Group's charter. Future drafts will add, remove and change text, 59 based upon the Working Group's decisions. 60 </t> 52 61 <t> 53 62 Discussion of this draft takes place on the HTTPBIS working group
Note: See TracChangeset
for help on using the changeset viewer.