[html5] r3150 - [e] (0) Fix examples to match HTTP rules. (credit: jw)

whatwg at whatwg.org whatwg at whatwg.org
Fri May 29 19:33:09 PDT 2009


Author: ianh
Date: 2009-05-29 19:33:07 -0700 (Fri, 29 May 2009)
New Revision: 3150

Modified:
   index
   source
Log:
[e] (0) Fix examples to match HTTP rules. (credit: jw)

Modified: index
===================================================================
--- index	2009-05-29 01:27:01 UTC (rev 3149)
+++ index	2009-05-30 02:33:07 UTC (rev 3150)
@@ -39,7 +39,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 29 May 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 30 May 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>

Modified: source
===================================================================
--- source	2009-05-29 01:27:01 UTC (rev 3149)
+++ source	2009-05-30 02:33:07 UTC (rev 3150)
@@ -70073,11 +70073,13 @@
      example.com, it might send the following lines to the proxy
      server:</p>
 
-     <pre>CONNECT example.com HTTP/1.1</pre>
+     <pre>CONNECT example.com:80 HTTP/1.1
+Host: example.com</pre>
 
      <p>If there was a password, the connection might look like:</p>
 
-     <pre>CONNECT example.com HTTP/1.1
+     <pre>CONNECT example.com:80 HTTP/1.1
+Host: example.com
 Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
 
     </div>




More information about the Commit-Watchers mailing list