diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-03 15:44:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-03 15:44:46 -0400 |
commit | 3cd520a52d50b9e901d33d0164d847d12a278f1b (patch) | |
tree | 7ba6f48f7245871f2572a4f209b23f0c284bf626 /changes | |
parent | 3bb49c011006d042f8a3f802d7abb3e9da51b15b (diff) | |
parent | 7a45ef5a4706aab57abcf170c10080811223175e (diff) | |
download | tor-3cd520a52d50b9e901d33d0164d847d12a278f1b.tar.gz tor-3cd520a52d50b9e901d33d0164d847d12a278f1b.zip |
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19969 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug19969 b/changes/bug19969 new file mode 100644 index 0000000000..0bdd880bb7 --- /dev/null +++ b/changes/bug19969 @@ -0,0 +1,10 @@ + o Major bugfixes (client performance); + - Clients now respond to new application stream requests when + they arrive, rather than waiting up to one second before starting + to handle them. Fixes part of bug 19969; bugfix on 0.2.8.1-alpha. + + o Major bugfixes (clients on flaky network connections); + - When Tor leaves standby because of a new application request, open + circuits as needed to serve that request. Previously, we would + potentially wait a very long time. Fixes part of bug 19969; bugfix + on 0.2.8.1-alpha. |