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.
This commit is contained in:
Nick Mathewson
2017-10-02 12:53:13 -04:00
parent dddae36f5e
commit ad4dcd7d1a
2 changed files with 17 additions and 9 deletions
+7
View File
@@ -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.