summaryrefslogtreecommitdiff
path: root/changes/bug19969
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-10-31 00:23:53 -0400
committerRoger Dingledine <arma@torproject.org>2016-11-01 19:52:55 -0400
commitd89804a69d1b1f92076d47aac953776e1a3cd867 (patch)
tree978cf8e4ccd75dccd81ae4866d73d844293acc8c /changes/bug19969
parent28b755e66007c94521c45bdda07abdf3bcd59656 (diff)
downloadtor-d89804a69d1b1f92076d47aac953776e1a3cd867.tar.gz
tor-d89804a69d1b1f92076d47aac953776e1a3cd867.zip
Ask event_base_loop to finish when we add a pending stream
Fixes bug 19969; bugfix on b1d56fc58. We can fix this some more in later Tors, but for now, this is probably the right fix for us.
Diffstat (limited to 'changes/bug19969')
-rw-r--r--changes/bug1996910
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.