diff options
author | Ravi Chandra Padmala <neenaoffline@gmail.com> | 2012-02-21 08:52:03 +0530 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-21 10:34:26 -0400 |
commit | 417d778652770a8f4b0b6f8e5d8e139e193b8b1e (patch) | |
tree | 18b468cfcda2991224a463850becf2de6f0447a9 /changes/bug1667 | |
parent | 884c0ffe3b4266e66adbd6bb914c3b3b00401acb (diff) | |
download | tor-417d778652770a8f4b0b6f8e5d8e139e193b8b1e.tar.gz tor-417d778652770a8f4b0b6f8e5d8e139e193b8b1e.zip |
Respond meaningfully to HTTP requests on the control port. Fix #1667
(Squashed with bufferevents portions removed, by nickm)
Diffstat (limited to 'changes/bug1667')
-rw-r--r-- | changes/bug1667 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug1667 b/changes/bug1667 new file mode 100644 index 0000000000..195993d6d5 --- /dev/null +++ b/changes/bug1667 @@ -0,0 +1,4 @@ + o Minor features: + - If the control port is used as the HTTP proxy, responds with + a meaningful "This is the Tor control port" message, and logs + the event. Fixes bug 1667. |