Navigation Menu

Skip to content

Commit

Permalink
[e] (0) Clarify that WebSocket is not importing all possible cookie-r…
Browse files Browse the repository at this point in the history
…elated specifications; UAs can pick which cookie specs, if any, they support.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9149

git-svn-id: http://svn.whatwg.org/webapps@4894 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 29, 2010
1 parent c2a4cf7 commit 05a344a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -69594,7 +69594,8 @@ <h6 id=opening-handshake-0><span class=secno>10.3.4.3.1 </span>Opening handshake
<dt>If the entry's name is "<code title=http-setcookie>set-cookie</code>" or "<code title=http-setcookie2>set-cookie2</code>" or another
cookie-related field name</dt>

<dd><p>Handle the cookie as defined by the appropriate
<dd><p>If the relevant specification is supported by the user
agent, handle the cookie as defined by the appropriate
specification, with the resource being the one with the host <var title="">host</var>, the port <var title="">port</var>, the path
(and possibly query parameters) <var title="">resource
name</var>, and the scheme <code title="">http</code> if <var title="">secure</var> is false and <code title="">https</code> if
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -78104,7 +78104,8 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
title="http-setcookie2">set-cookie2</code>" or another
cookie-related field name</dt>

<dd><p>Handle the cookie as defined by the appropriate
<dd><p>If the relevant specification is supported by the user
agent, handle the cookie as defined by the appropriate
specification, with the resource being the one with the host <var
title="">host</var>, the port <var title="">port</var>, the path
(and possibly query parameters) <var title="">resource
Expand Down

0 comments on commit 05a344a

Please sign in to comment.