/lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-April/068264.html
https://github.com/whatwg/whatwg.org · HTML · 86 lines · 71 code · 8 blank · 7 comment · 0 complexity · 176be0d876181f0aef53149576540530 MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <HTML>
- <HEAD>
- <TITLE> [whatwg] WebSocket opening handshake
- </TITLE>
- <LINK REL="Index" HREF="index.html" >
- <LINK REL="made" HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20WebSocket%20opening%20handshake&In-Reply-To=%3Cop.vbj1ijiridj3kv%40simon-pieterss-macbook.local%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="068263.html">
- <LINK REL="Next" HREF="068272.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
- <H1>[whatwg] WebSocket opening handshake</H1>
- <!--htdig_noindex-->
- <B>Simon Pieters</B>
- <A HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20WebSocket%20opening%20handshake&In-Reply-To=%3Cop.vbj1ijiridj3kv%40simon-pieterss-macbook.local%3E"
- TITLE="[whatwg] WebSocket opening handshake">simonp at opera.com
- </A><BR>
- <I>Thu Apr 22 01:21:45 PDT 2010</I>
- <P><UL>
- <LI>Previous message: <A HREF="068263.html">[whatwg] WebSocket length of binary frames and closing handshake
- </A></li>
- <LI>Next message: <A HREF="068272.html">[whatwg] Should scripts and plugins in contenteditable content be enabled or disabled?
- </A></li>
- <LI> <B>Messages sorted by:</B>
- <a href="date.html#68264">[ date ]</a>
- <a href="thread.html#68264">[ thread ]</a>
- <a href="subject.html#68264">[ subject ]</a>
- <a href="author.html#68264">[ author ]</a>
- </LI>
- </UL>
- <HR>
- <!--/htdig_noindex-->
- <!--beginarticle-->
- <PRE>establishing a WebSocket connection:
- [[
- 41. ... or if there are any entries in the fields list whose names are the
- empty string, then fail the WebSocket connection and abort these steps. ...
- ]]
- I think it is better to check for this while parsing the fields, by
- checking if the name byte array is empty here:
- [[
- 34. Read a byte from the server.
- ...
- If the byte is 0x3A (ASCII :)
- Move on to the next step.
- ]]
- --
- Simon Pieters
- Opera Software
- </PRE>
- <!--endarticle-->
- <!--htdig_noindex-->
- <HR>
- <P><UL>
- <!--threads-->
- <LI>Previous message: <A HREF="068263.html">[whatwg] WebSocket length of binary frames and closing handshake
- </A></li>
- <LI>Next message: <A HREF="068272.html">[whatwg] Should scripts and plugins in contenteditable content be enabled or disabled?
- </A></li>
- <LI> <B>Messages sorted by:</B>
- <a href="date.html#68264">[ date ]</a>
- <a href="thread.html#68264">[ thread ]</a>
- <a href="subject.html#68264">[ subject ]</a>
- <a href="author.html#68264">[ 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>