diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-04-25 08:36:02 -0700 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-04-28 18:14:50 +0200 |
commit | 2ad18ae7366ce4979b44fa53d0105940005489c0 (patch) | |
tree | c421f6b2f4438e56e1b361b84e2c628392c056ff /changes | |
parent | 440e48ddf27094e48c401c68c9014eca43b6867e (diff) | |
download | tor-2ad18ae7366ce4979b44fa53d0105940005489c0.tar tor-2ad18ae7366ce4979b44fa53d0105940005489c0.tar.gz |
Allow rend_client_send_introduction to fail transiently
i.e. without closing the AP connection.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/forget-rend-descs-on-newnym | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/forget-rend-descs-on-newnym b/changes/forget-rend-descs-on-newnym index c086973d2..ab2fd61f3 100644 --- a/changes/forget-rend-descs-on-newnym +++ b/changes/forget-rend-descs-on-newnym @@ -2,4 +2,8 @@ - Forget all hidden service descriptors cached as a client when processing a SIGNAL NEWNYM command. Fixes bug 3000. Bugfix on 0.0.6. + o Code simplifications and refactoring: + - Allow rend_client_send_introduction to fail without closing the + AP connection permanently. + |