diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-16 13:04:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-16 13:04:11 -0400 |
commit | ab4b29625db720817f9af502199ebf1ee3ac5af7 (patch) | |
tree | 92168a8ee2a43933422d7b85043b940416fb784c /changes/bug8093 | |
parent | 22b9caf0ae42132bc8107d990b3ebb969394c90f (diff) | |
download | tor-ab4b29625db720817f9af502199ebf1ee3ac5af7.tar.gz tor-ab4b29625db720817f9af502199ebf1ee3ac5af7.zip |
Downgrade 'unexpected sendme cell from client' to PROTOCOL_WARN
Closes 8093.
Diffstat (limited to 'changes/bug8093')
-rw-r--r-- | changes/bug8093 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8093 b/changes/bug8093 new file mode 100644 index 0000000000..f0fbc618c2 --- /dev/null +++ b/changes/bug8093 @@ -0,0 +1,3 @@ + o Downgraded warnings: + - Downgrade the severity of the 'unexpected sendme cell from client' from + 'warn' to 'protocol warning'. Closes ticket 8093. |