diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-21 10:12:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-21 10:12:04 -0400 |
commit | ff0be080598a8719032fd8c57aed9a42888b97b0 (patch) | |
tree | 388d39ad291022c7916d15a3369377ee41e7bf8f /changes/bug26470 | |
parent | c798957b5925b637896bf162f58aca806235c2a5 (diff) | |
download | tor-ff0be080598a8719032fd8c57aed9a42888b97b0.tar.gz tor-ff0be080598a8719032fd8c57aed9a42888b97b0.zip |
Fix a bug warning when sending an error on an HTTPTunnelPort conn
Fixes bug 26470; bugfix on 0.3.2.1-alpha.
Diffstat (limited to 'changes/bug26470')
-rw-r--r-- | changes/bug26470 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug26470 b/changes/bug26470 new file mode 100644 index 0000000000..854ec7ea72 --- /dev/null +++ b/changes/bug26470 @@ -0,0 +1,4 @@ + o Minor bugfixes (HTTP tunnel): + - Fix a bug warning when closing an HTTP tunnel connection due to + an HTTP request we couldn't handle. Fixes bug 26470; bugfix on + 0.3.2.1-alpha. |