CompatibleProof 961 Bytes
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta name="generator" content=
    "HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 13), see www.w3.org" />
    <title>
      CompatibleProof -- /DesignIssues
    </title>
  </head>
  <body bgcolor="#FFC060" text="#302005">
    <p>
      <a href="OldDocs.html"><img src="../Icons/WWW/arch1990.gif"
      boder="0" /></a>
    </p>
    <hr />
    <h1>
      Proof that HTTP 1.0 is compatible with 0.9
    </h1>
    <h3>
      Assume:
    </h3>
    <p>
      version 1.0 has the version number at the end of the GET for
      the browser and inside an HTML tag for the server. Then:
    </p>
    <pre>
 Browser Server
 old     old      OK.
 new     old      new browser can handle 0.9 anyway.
 new     new      OK.
 old     new      old browser never sends anything
                  but GET string with no version number,
                  so then it must be 0.9.
</pre>
  </body>
</html>