aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-07 08:41:00 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-07 08:41:00 -0500
commit13049a9866311b30d43b6b8268e57b9631b591f3 (patch)
treed92203236ab71763534807d52c6527c9e7f6ff0a
parent2bd91dbd346d6dcaa718ad7b952264cbfb713db6 (diff)
downloadtor-13049a9866311b30d43b6b8268e57b9631b591f3.tar.gz
tor-13049a9866311b30d43b6b8268e57b9631b591f3.zip
Rewrite 18859 changes file from user POV.
-rw-r--r--changes/bug1885912
1 files changed, 7 insertions, 5 deletions
diff --git a/changes/bug18859 b/changes/bug18859
index 993074079c..1fe5bc2107 100644
--- a/changes/bug18859
+++ b/changes/bug18859
@@ -1,5 +1,7 @@
- o Minor bugfixes (circuit prediction):
- - Fix circuit_stream_is_being_handled so it correctly reports on circuits
- with isolation settings. Ports must not be said to be "handled" by
- already-isolated circuits, and a stream can only be handled by a circuit
- if their isolation settings are compatible. Fixes bug 18859.
+ o Major bugfixes (circuit prediction):
+ - Fix circuit prediction logic so that a client doesn't treat a stream as
+ being "handled" by a circuit if that circuit already has isolation
+ settings on it that might make it incompatible with the stream. This
+ change should make Tor clients more responsive by improving their
+ chances of having a pre-created circuit ready for use when a new client
+ request arrives. Fixes bug 18859; bugfix on 0.2.3.3-alpha.