diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-18 08:15:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-18 08:15:38 -0500 |
commit | 90187b1bfc377a177a62043b1959640848c6bcf7 (patch) | |
tree | a89e0bbba2a05a9d2327e6a063325d3fdcb65ceb /changes/bug27841 | |
parent | 8d5ad8cd34a7755d025ec4a50879acea5ded7ddc (diff) | |
download | tor-90187b1bfc377a177a62043b1959640848c6bcf7.tar.gz tor-90187b1bfc377a177a62043b1959640848c6bcf7.zip |
Remove changes that are already merged in 0.3.5.x releases
Diffstat (limited to 'changes/bug27841')
-rw-r--r-- | changes/bug27841 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug27841 b/changes/bug27841 deleted file mode 100644 index 9cd1da7275..0000000000 --- a/changes/bug27841 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes (onion services): - - On an intro point for a version 3 onion service, we do not close - an introduction circuit on an NACK. This lets the client decide - whether to reuse the circuit or discard it. Previously, we closed - intro circuits on NACKs. Fixes bug 27841; bugfix on 0.3.2.1-alpha. - Patch by Neel Chaunan - |