[tor-commits] [websocket/master] Fix framing typo in	websocket-transport.txt.
    dcf at torproject.org 
    dcf at torproject.org
       
    Thu Oct  3 16:36:10 UTC 2013
    
    
  
commit 960a2e0314485312344f86b57fb230f7d2648412
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 file changed, 1 insertion(+), 1 deletion(-)
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