commit 5318a46a611070ca35f121c337bea58bf8b7da58 Author: David Fifield david@bamsoftware.com Date: Thu May 3 00:28:23 2012 -0700
Whitespace. --- doc/websocket-transport.txt | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/websocket-transport.txt b/doc/websocket-transport.txt index 65b4e9c..ad1eef5 100644 --- a/doc/websocket-transport.txt +++ b/doc/websocket-transport.txt @@ -93,11 +93,11 @@ Examples
Here are examples of WebSocket handshakes and the beginning of data transfer. The data is the beginning of a Tor connection (i.e., it - begins with a TLS handshake). Data are shown using C string syntax. "> - " at the beginning of a line indicates client-to-server communication; - "< " is server-to-client. "[...]" indicates contents omitted for - brevity. Newlines in the presentation are not significant. This - section is non-normative. + begins with a TLS handshake). Data are shown using C string syntax. + "> " at the beginning of a line indicates client-to-server + communication; "< " is server-to-client. "[...]" indicates contents + omitted for brevity. Newlines in the presentation are not significant. + This section is non-normative.
Using "hybi"/RFC 6455 WebSocket with binary frames:
tor-commits@lists.torproject.org