diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-04 03:03:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-04 03:03:40 +0000 |
commit | 569e882496a33cc9b9deb45288671e10b31af31e (patch) | |
tree | dae0f5cdafe787c7a32738e254f65b163bd7c0c9 /doc | |
parent | 6515b74f0e3e3caf53c1ee3c09c6131e9b4b8393 (diff) | |
download | tor-569e882496a33cc9b9deb45288671e10b31af31e.tar.gz tor-569e882496a33cc9b9deb45288671e10b31af31e.zip |
Backport r17137: Patch from rovv: send back END cell in response to connect attempts to nonexistent hidden service port.
svn:r17868
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.020 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO.020 b/doc/TODO.020 index da06a8f57b..1cb129c75b 100644 --- a/doc/TODO.020 +++ b/doc/TODO.020 @@ -16,7 +16,7 @@ Backport for 0.2.0 once better tested: "no circuits are pending." o See also r17181... o ... and r17184. - - r17137: send END cell in response to connect to nonexistent hidserv port. + o r17137: send END cell in response to connect to nonexistent hidserv port. - r17138: reject *:* servers should never do DNS lookups. o r17139: Fix another case of overriding .exit choices. - r17162 and r17164: fix another case of not checking cpath_layer. |