mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user