Changeset 1869 for draft-ietf-httpbis/latest/p1-messaging.html
- Timestamp:
- 06/09/12 07:34:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1868 r1869 449 449 } 450 450 @bottom-center { 451 content: "Expires March 9, 2013";451 content: "Expires March 10, 2013"; 452 452 } 453 453 @bottom-right { … … 492 492 <meta name="dct.creator" content="Reschke, J. F."> 493 493 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 494 <meta name="dct.issued" scheme="ISO8601" content="2012-09-0 5">494 <meta name="dct.issued" scheme="ISO8601" content="2012-09-06"> 495 495 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 496 496 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: March 9, 2013</td>526 <td class="left">Expires: March 10, 2013</td> 527 527 <td class="right">greenbytes</td> 528 528 </tr> 529 529 <tr> 530 530 <td class="left"></td> 531 <td class="right">September 5, 2012</td>531 <td class="right">September 6, 2012</td> 532 532 </tr> 533 533 </tbody> … … 556 556 in progress”. 557 557 </p> 558 <p>This Internet-Draft will expire on March 9, 2013.</p>558 <p>This Internet-Draft will expire on March 10, 2013.</p> 559 559 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 560 560 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 2008 2008 waiting for each response, allowing a single connection to be used much more efficiently and with less overall latency. 2009 2009 </li> 2010 <li> Network congestion is reduced by reducing the number of packets caused by connection establishment and tear-down, and by allowing2011 sufficient time for send/receive windows to adjust to the available network bandwidth.2010 <li>For TCP connections, network congestion is reduced by eliminating the packets associated with the three way handshake and 2011 graceful close procedures, and by allowing sufficient time to determine the congestion state of the network. 2012 2012 </li> 2013 2013 <li>Latency on subsequent requests is reduced since there is no time spent in the connection opening handshake.</li>
Note: See TracChangeset
for help on using the changeset viewer.