[tor-commits] [flashproxy/js] Add some WebSocket link comments.

dcf at torproject.org dcf at torproject.org
Thu Apr 5 07:11:47 UTC 2012


commit 4e206a76b1123aa825089886c9555a94b7ea6356
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Apr 4 22:24:37 2012 -0700

    Add some WebSocket link comments.
---
 flashproxy.js |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/flashproxy.js b/flashproxy.js
index 94154b1..3b92951 100644
--- a/flashproxy.js
+++ b/flashproxy.js
@@ -34,6 +34,21 @@
  * sanity-check minimum of "10K".
  */
 
+/* WebSocket links.
+ *
+ * The WebSocket Protocol
+ * https://tools.ietf.org/html/rfc6455
+ *
+ * The WebSocket API
+ * http://dev.w3.org/html5/websockets/
+ *
+ * MDN page with browser compatibility
+ * https://developer.mozilla.org/en/WebSockets
+ *
+ * Implementation tests (including tests of binary messages)
+ * http://autobahn.ws/testsuite/reports/clients/index.html
+ */
+
 var FLASHPROXY_INFO_URL = "https://crypto.stanford.edu/flashproxy/";
 
 var DEFAULT_FACILITATOR_ADDR = {





More information about the tor-commits mailing list