[tor-commits] [flashproxy/master] Fix framing typo in websocket-transport.txt.

dcf at torproject.org dcf at torproject.org
Thu Aug 30 19:34:57 UTC 2012


commit c1ceaa80bec25958458fc3b5390a40b78ab493e3
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Aug 30 12:33:48 2012 -0700

    Fix framing typo in websocket-transport.txt.
---
 doc/websocket-transport.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/websocket-transport.txt b/doc/websocket-transport.txt
index cf46301..78e3297 100644
--- a/doc/websocket-transport.txt
+++ b/doc/websocket-transport.txt
@@ -81,7 +81,7 @@ The base64 subprotocol
 
   or, for example, as two frames (one of 2 bytes and one of 6 bytes):
 
-    0x01 0x02 "SG" 0x81 0x06 "sbG8="
+    0x01 0x02 "SG" 0x81 0x06 "VsbG8="
 
   When sent by a client, all frames including these must be masked. Here
   is an example of a masked base64-encoded message sent as a single



More information about the tor-commits mailing list