diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-01 17:11:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-01 17:11:46 -0500 |
commit | c93f66b1037e151268b5662f3957d13c4c94d1fb (patch) | |
tree | d952875329991810eea11733097bdd329508ce08 /changes | |
parent | 4074ff440e20c6549d8589a4f214791d610e3deb (diff) | |
parent | 690ea9e8cf3b9c047484a6aea30fa94650fb66c8 (diff) | |
download | tor-c93f66b1037e151268b5662f3957d13c4c94d1fb.tar.gz tor-c93f66b1037e151268b5662f3957d13c4c94d1fb.zip |
Merge remote-tracking branch 'public/bug7708_023_v3_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7708 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7708 b/changes/bug7708 new file mode 100644 index 0000000000..e272adf227 --- /dev/null +++ b/changes/bug7708 @@ -0,0 +1,5 @@ + o Major bugfixes: + - When a TLS write is partially successful but incomplete, remember + that the flushed part has been flushed, and notice that bytes were + actually written. Reported and fixed pseudonymously. Fixes bug + 7708; bugfix on Tor 0.1.0.5-rc. |