mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
ad4dcd7d1a
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.
8 lines
325 B
Plaintext
8 lines
325 B
Plaintext
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.
|
|
|