diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-17 13:02:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-17 13:02:23 -0400 |
commit | b1891068f1cd1513e8ffba0be6d5ca7050f5e689 (patch) | |
tree | 0273beda1f23b2f3dcfab7edabf64804ee28b8a6 /changes | |
parent | 0ba05092ad16c37ef12db37816b06f160e4cfcb8 (diff) | |
parent | 2000d04cb67fa1ee88105e61666dceba40b8c368 (diff) | |
download | tor-b1891068f1cd1513e8ffba0be6d5ca7050f5e689.tar.gz tor-b1891068f1cd1513e8ffba0be6d5ca7050f5e689.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28089 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket28089 b/changes/ticket28089 new file mode 100644 index 0000000000..a900ec18f5 --- /dev/null +++ b/changes/ticket28089 @@ -0,0 +1,6 @@ + o Major bugfixes (relay): + - When our write bandwidth limit is exhausted, stop writing on the + connection. Previously, we had a typo in the code that would make us stop + reading leading to relay connections being stuck indefinitely. Fixes bug + 28089; bugfix on 0.3.4.1-alpha. + |