Skip to content

Commit

Permalink
[e] (0) Fix examples to match HTTP rules. (credit: jw)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3150 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 30, 2009
1 parent 81d9201 commit 63ce86e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -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-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 29 May 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 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>
Expand Down
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -70073,11 +70073,13 @@ interface <dfn>WebSocket</dfn> {
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>
Expand Down

0 comments on commit 63ce86e

Please sign in to comment.