diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-12-21 05:43:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-12-21 05:43:17 +0000 |
commit | 0c0a504611c794fe01ea3d709f596bacb9821f28 (patch) | |
tree | 99cd9738b02db1f0824f301a66708d1350e99e19 /doc/socks-extensions.txt | |
parent | a742b5bbb00572633aba18e80285cb2bb72ac0fc (diff) | |
download | tor-0c0a504611c794fe01ea3d709f596bacb9821f28.tar.gz tor-0c0a504611c794fe01ea3d709f596bacb9821f28.zip |
capitalize acronyms, clarify windows doc a bit.
svn:r3197
Diffstat (limited to 'doc/socks-extensions.txt')
-rw-r--r-- | doc/socks-extensions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/socks-extensions.txt b/doc/socks-extensions.txt index b2988ef5c3..2cb6f7f8c5 100644 --- a/doc/socks-extensions.txt +++ b/doc/socks-extensions.txt @@ -48,7 +48,7 @@ Tor's extensions to the SOCKS protocol 3. HTTP-resistance - Tor checks the first byte of each socks request to see whether it looks + Tor checks the first byte of each SOCKS request to see whether it looks more like an HTTP request (that is, it starts with a "G", "H", or "P"). If so, Tor returns a small webpage, telling the user that his/her browser is misconfigured. This is helpful for the many users who mistakenly try to |