/lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-May/068496.html
https://github.com/whatwg/whatwg.org · HTML · 89 lines · 74 code · 8 blank · 7 comment · 0 complexity · 9b35359fa244bdfafbfd72b0af56ffec MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <HTML>
- <HEAD>
- <TITLE> [whatwg] WebSocket set-cookie
- </TITLE>
- <LINK REL="Index" HREF="index.html" >
- <LINK REL="made" HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20WebSocket%20set-cookie&In-Reply-To=%3Cop.vccaoocoidj3kv%40dyn105.gothenburg.osa%3E">
- <META NAME="robots" CONTENT="index,nofollow">
- <style type="text/css">
- pre {
- white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
- }
- </style>
- <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
- <LINK REL="Previous" HREF="068493.html">
- <LINK REL="Next" HREF="068516.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
- <H1>[whatwg] WebSocket set-cookie</H1>
- <!--htdig_noindex-->
- <B>Simon Pieters</B>
- <A HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20WebSocket%20set-cookie&In-Reply-To=%3Cop.vccaoocoidj3kv%40dyn105.gothenburg.osa%3E"
- TITLE="[whatwg] WebSocket set-cookie">simonp at opera.com
- </A><BR>
- <I>Fri May 7 07:32:38 PDT 2010</I>
- <P><UL>
- <LI>Previous message: <A HREF="068493.html">[whatwg] WebSocket handshake: 0x0D in first "line"
- </A></li>
- <LI>Next message: <A HREF="068516.html">[whatwg] syncronous device upload
- </A></li>
- <LI> <B>Messages sorted by:</B>
- <a href="date.html#68496">[ date ]</a>
- <a href="thread.html#68496">[ thread ]</a>
- <a href="subject.html#68496">[ subject ]</a>
- <a href="author.html#68496">[ author ]</a>
- </LI>
- </UL>
- <HR>
- <!--/htdig_noindex-->
- <!--beginarticle-->
- <PRE>establish a WebSocket connection
- [[
- 41. ...
- If the entry's name is "set-cookie" or "set-cookie2" or another
- cookie-related field name
- 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 host, the port port, the path (and possibly
- query parameters) resource name, and the scheme http if secure is false
- and https if secure is true. [COOKIES]
- If the relevant specification is not supported by the user agent, then the
- field must be ignored.
- ]]
- At this point, the handshake can still fail. It seems bad to set cookies
- if the handshake fails. We want to process set-cookie when the handshake
- has succeeded (but before changing readyState and firing 'open').
- --
- Simon Pieters
- Opera Software
- </PRE>
- <!--endarticle-->
- <!--htdig_noindex-->
- <HR>
- <P><UL>
- <!--threads-->
- <LI>Previous message: <A HREF="068493.html">[whatwg] WebSocket handshake: 0x0D in first "line"
- </A></li>
- <LI>Next message: <A HREF="068516.html">[whatwg] syncronous device upload
- </A></li>
- <LI> <B>Messages sorted by:</B>
- <a href="date.html#68496">[ date ]</a>
- <a href="thread.html#68496">[ thread ]</a>
- <a href="subject.html#68496">[ subject ]</a>
- <a href="author.html#68496">[ author ]</a>
- </LI>
- </UL>
- <hr>
- <a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">More information about the whatwg
- mailing list</a><br>
- <!--/htdig_noindex-->
- </body></html>