diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-03 15:44:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-03 15:44:30 -0400 |
commit | 7a45ef5a4706aab57abcf170c10080811223175e (patch) | |
tree | 34c52858831c7defb03fa52a3427d044de40c94c /changes | |
parent | 9b18b215bb34c4df1b94dec218c68a532c341e26 (diff) | |
parent | b2f82d45b7e0166a8de3a7b6d38e288dd1e6d96e (diff) | |
download | tor-7a45ef5a4706aab57abcf170c10080811223175e.tar.gz tor-7a45ef5a4706aab57abcf170c10080811223175e.zip |
Merge remote-tracking branch 'arma/bug19969_028_squashed' into maint-0.2.8
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. |