Changeset 1998
- Timestamp:
- 26/11/12 21:23:32 (8 years ago)
- Location:
- draft-ietf-httpbis-http2/latest
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-http2/latest/Makefile
- Property svn:executable deleted
-
draft-ietf-httpbis-http2/latest/SUBMITTING.txt
- Property svn:executable deleted
-
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.html
r1990 r1998 406 406 } 407 407 @bottom-center { 408 content: "Expires May 13, 2013";408 content: "Expires May 30, 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- 09">448 <meta name="dct.issued" scheme="ISO8601" content="2012-11-26"> 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 13, 2013</td>468 <td class="left">Expires: May 30, 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 9, 2012</td>481 <td class="right">November 26, 2012</td> 482 482 </tr> 483 483 </tbody> … … 510 510 in progress”. 511 511 </p> 512 <p>This Internet-Draft will expire on May 13, 2013.</p>512 <p>This Internet-Draft will expire on May 30, 2013.</p> 513 513 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 514 514 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 2014 2014 <address class="vcard"><span class="vcardline"><span class="fn">Martin Thomson</span> 2015 2015 (editor) 2016 <span class="n hidden"><span class="family-name">Thomson</span><span class="given-name">Martin</span></span></span><span class="org vcardline">Microsoft</span><span class="adr"><span class="street-address vcardline">3210 Porter Drive</span><span class="vcardline"><span class="locality">Palo Alto</span>, <span class="postal-code">94043</span></span><span class="country-name vcardline">US</span></span>< /address>2016 <span class="n hidden"><span class="family-name">Thomson</span><span class="given-name">Martin</span></span></span><span class="org vcardline">Microsoft</span><span class="adr"><span class="street-address vcardline">3210 Porter Drive</span><span class="vcardline"><span class="locality">Palo Alto</span>, <span class="postal-code">94043</span></span><span class="country-name vcardline">US</span></span><span class="vcardline">Email: <a href="mailto:martin.thomson@skype.net"><span class="email">martin.thomson@skype.net</span></a></span></address> 2017 2017 </div> 2018 2018 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> -
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.xml
r1990 r1998 39 39 <country>US</country> 40 40 </postal> 41 <email>martin.thomson@skype.net</email> 41 42 </address> 42 43 </author>
Note: See TracChangeset
for help on using the changeset viewer.