aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-04 14:34:38 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-04 14:34:38 -0500
commitd47c9276de69ee206670844b4032965fbb497d3b (patch)
tree02a8a1bac90c9e0588e28fb859c44c55493d720b /changes
parent3e64553f769a4d2536c9f0ac0ad289cf9c41826d (diff)
parentc99f220f7857e40bd9c09bd0c240b3b9aea4d6f8 (diff)
downloadtor-d47c9276de69ee206670844b4032965fbb497d3b.tar.gz
tor-d47c9276de69ee206670844b4032965fbb497d3b.zip
Merge branch 'ticket27750_034_01_squashed' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r--changes/bug277506
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug27750 b/changes/bug27750
new file mode 100644
index 0000000000..c234788b1c
--- /dev/null
+++ b/changes/bug27750
@@ -0,0 +1,6 @@
+ o Minor bugfixes (connection, relay):
+ - Avoid a wrong BUG() stacktrace in case a closing connection is being held
+ open because the write side is rate limited but not the read side. Now,
+ the connection read side is simply shutdown instead of kept open until tor
+ is able to flush the connection and then fully close it. Fixes bug 27750;
+ bugfix on 0.3.4.1-alpha.