diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-07-07 05:27:20 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-07-07 05:38:38 +0200 |
commit | 3ab09763ced6d892cd72956e53f2dfb804ec0a7c (patch) | |
tree | debfc504fc02b1f279ee39794a151043515fd31d /changes | |
parent | 1a016c923348c125d79d2e92c2ae9fa2fa2a5af8 (diff) | |
download | tor-3ab09763ced6d892cd72956e53f2dfb804ec0a7c.tar.gz tor-3ab09763ced6d892cd72956e53f2dfb804ec0a7c.zip |
Correctly send a SUCCEEDED event for rdns requests
The issue was that we overlooked the possibility of reverse DNS success
at the end of connection_ap_handshake_socks_resolved(). Issue discovered
by katmagic, thanks!
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3536 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3536 b/changes/bug3536 new file mode 100644 index 0000000000..d3cec131ba --- /dev/null +++ b/changes/bug3536 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Send a SUCCEEDED stream event to the controller when a reverse + resolve succeeded. Fixes bug 3536; bugfix on 0.0.8pre1. Issue + discovered by katmagic. + |