aboutsummaryrefslogtreecommitdiff
path: root/changes/bug11279
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-25 11:55:27 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-25 11:55:27 -0400
commit07eb481492ddd24f403ef75db65a00b38f2b5d92 (patch)
treeedab589366856f871521d1b2b90322aa6ea49579 /changes/bug11279
parentd5e11f21cc98f4e42b05bdddb9e3316072ec0bef (diff)
downloadtor-07eb481492ddd24f403ef75db65a00b38f2b5d92.tar
tor-07eb481492ddd24f403ef75db65a00b38f2b5d92.tar.gz
Demote "Invalid length on ESTABLISH_RENDEZVOUS" to protocol_warn
Fixes bug 11279
Diffstat (limited to 'changes/bug11279')
-rw-r--r--changes/bug112793
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug11279 b/changes/bug11279
new file mode 100644
index 000000000..1e9da4118
--- /dev/null
+++ b/changes/bug11279
@@ -0,0 +1,3 @@
+ o Minor features:
+ - Warn less verbosely when receiving a misformed ESTABLISH_RENDEZVOUS
+ cell. Fixes ticket 11279.