diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-20 08:39:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-20 08:39:34 -0500 |
commit | e0f7a2dbd4365d453131732a668c1544962fcc0b (patch) | |
tree | 615f09a26dc7110ec8fc22a2637533c51969a6fb /changes | |
parent | 65a6103afc39890f41f6f5e7ba7e4ef570af1622 (diff) | |
parent | 981bb60575953fbf0e6ca03ccf0a8a476e6644e0 (diff) | |
download | tor-e0f7a2dbd4365d453131732a668c1544962fcc0b.tar.gz tor-e0f7a2dbd4365d453131732a668c1544962fcc0b.zip |
Merge branch 'bug23681_029_01_squashed' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23681 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23681 b/changes/bug23681 new file mode 100644 index 0000000000..e317f36d50 --- /dev/null +++ b/changes/bug23681 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden service client): + - The introduction circuit was being timed out too quickly while waiting + for the rendezvous circuit to complete. Keep the intro circuit around + longer instead of timing out and reopening new ones constantly. Fixes + bug 23681; bugfix on 0.2.4.8-alpha. |