Changeset 1952
- Timestamp:
- 25/10/12 18:28:14 (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
r1948 r1952 289 289 } 290 290 @bottom-left { 291 content: "Belshe & Peon";291 content: "Belshe, et al."; 292 292 } 293 293 @bottom-center { 294 content: "Expires April 2 7, 2013";294 content: "Expires April 28, 2013"; 295 295 } 296 296 @bottom-right { … … 330 330 <meta name="dct.creator" content="Belshe, M."> 331 331 <meta name="dct.creator" content="Peon, R."> 332 <meta name="dct.creator" content="Thomson, M."> 332 333 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-http2-latest"> 333 <meta name="dct.issued" scheme="ISO8601" content="2012-10-2 4">334 <meta name="dct.issued" scheme="ISO8601" content="2012-10-25"> 334 335 <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."> 335 336 <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."> … … 351 352 </tr> 352 353 <tr> 353 <td class="left">Expires: April 2 7, 2013</td>354 <td class="left">Expires: April 28, 2013</td> 354 355 <td class="right">Google, Inc</td> 355 356 </tr> 356 357 <tr> 357 358 <td class="left"></td> 358 <td class="right">October 24, 2012</td> 359 <td class="right">M. Thomson, Editor</td> 360 </tr> 361 <tr> 362 <td class="left"></td> 363 <td class="right">Microsoft</td> 364 </tr> 365 <tr> 366 <td class="left"></td> 367 <td class="right">October 25, 2012</td> 359 368 </tr> 360 369 </tbody> … … 376 385 in progress”. 377 386 </p> 378 <p>This Internet-Draft will expire on April 2 7, 2013.</p>387 <p>This Internet-Draft will expire on April 28, 2013.</p> 379 388 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 380 389 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1876 1885 <address class="vcard"><span class="vcardline"><span class="fn">Mike Belshe</span><span class="n hidden"><span class="family-name">Belshe</span><span class="given-name">Mike</span></span></span><span class="org vcardline">Twist</span><span class="vcardline">Email: <a href="mailto:mbelshe@chromium.org"><span class="email">mbelshe@chromium.org</span></a></span></address> 1877 1886 <address class="vcard"><span class="vcardline"><span class="fn">Roberto Peon</span><span class="n hidden"><span class="family-name">Peon</span><span class="given-name">Roberto</span></span></span><span class="org vcardline">Google, Inc</span><span class="vcardline">Email: <a href="mailto:fenix@google.com"><span class="email">fenix@google.com</span></a></span></address> 1887 <address class="vcard"><span class="vcardline"><span class="fn">Martin Thomson</span> 1888 (editor) 1889 <span class="n hidden"><span class="family-name">Thomson</span><span class="given-name">Martin</span></span></span><span class="org vcardline">Microsoft</span></address> 1878 1890 </div> 1879 1891 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> Changes -
draft-ietf-httpbis-http2/latest/draft-ietf-httpbis-http2.xml
r1948 r1952 27 27 <address> 28 28 <email>fenix@google.com</email> 29 </address> 30 </author> 31 <author initials="M." surname="Thomson" fullname="Martin Thomson" role="editor"> 32 <organization>Microsoft</organization> 33 <address> 34 <street>3210 Porter Drive</street> 35 <city>Palo Alto</city> 36 <code>94043</code> 37 <country>US</country> 29 38 </address> 30 39 </author>
Note: See TracChangeset
for help on using the changeset viewer.