aboutsummaryrefslogtreecommitdiff
path: root/changes/bug23678
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-02 12:53:13 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-02 12:53:13 -0400
commitad4dcd7d1ac55007768a37b532e98e3628bbef0f (patch)
tree30dadc7dcbb34ed3691009d4ef3f5f4afb6016a8 /changes/bug23678
parentdddae36f5e0e9e088cd9aa98c6e4a6c904e1efa4 (diff)
downloadtor-ad4dcd7d1ac55007768a37b532e98e3628bbef0f.tar.gz
tor-ad4dcd7d1ac55007768a37b532e98e3628bbef0f.zip
Fix our "not an HTTP Proxy" message in light of HTTPTunnelPort
When we added HTTPTunnelPort, the answer that we give when you try to use your SOCKSPort as an HTTP proxy became wrong. Now we explain that Tor sorta _is_ an HTTP proxy, but a SOCKSPort isn't. I have left the status line the same, in case anything is depending on it. I have removed the extra padding for Internet Explorer, since the message is well over 512 bytes without it. Fixes bug 23678; bugfix on 0.3.2.1-alpha.
Diffstat (limited to 'changes/bug23678')
-rw-r--r--changes/bug236787
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug23678 b/changes/bug23678
new file mode 100644
index 0000000000..8138ea71ea
--- /dev/null
+++ b/changes/bug23678
@@ -0,0 +1,7 @@
+ o Minor bugfixes (warnings):
+ - When we get an HTTP request on a SOCKS port, tell the user about
+ the new HTTPTunnelPort option. Previously, we would give a
+ "Tor is not an HTTP Proxy" message, which stopped being true when
+ HTTPTunnelPort was introduced. Fixes bug 23678; bugfix on
+ 0.3.2.1-alpha.
+