diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-08-11 20:37:51 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-08-11 20:37:51 +0200 |
commit | f137ae896ef2741079ac698e8cabf229b9f4cde8 (patch) | |
tree | fd8534b259e1e130c10e219c268abc3c040360be /changes | |
parent | cd44145c5b1f8f49f6ddd2c9a2d5aaa5c6ef85db (diff) | |
download | tor-f137ae896ef2741079ac698e8cabf229b9f4cde8.tar.gz tor-f137ae896ef2741079ac698e8cabf229b9f4cde8.zip |
Don't warn on http connection to my orport
Also remove a few other related warnings that could occur during the ssl
handshake. We do this because the relay operator can't do anything about
them, and they aren't their fault.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3700 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug3700 b/changes/bug3700 new file mode 100644 index 0000000000..cef7296ad0 --- /dev/null +++ b/changes/bug3700 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Get rid of a harmless warning that could happen on relays running + with bufferevents. The warning was caused by someone doing an http + request to a relay's orport. Also don't warn for a few related + non-errors. Fixes bug 3700; bugfix on 0.2.3.1-alpha. + |