aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-24 11:14:28 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-24 11:14:28 -0400
commit6b7c3b42ee72cb2e7de443e8942ccc21a6304c59 (patch)
tree659baabe48a2d6a5af138a21a30592f26304841f /changes
parent466276faa50c4cb31857dfea2ae9e1612aae3911 (diff)
downloadtor-6b7c3b42ee72cb2e7de443e8942ccc21a6304c59.tar
tor-6b7c3b42ee72cb2e7de443e8942ccc21a6304c59.tar.gz
Change an assertion into a warning in connection_or_handle_event_cb()
Possibly addresses bug 4873, though IMO that's likely not a real bug: it seems likely to have been an ssl version mismatch.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug48733
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug4873 b/changes/bug4873
new file mode 100644
index 000000000..6c999ccfc
--- /dev/null
+++ b/changes/bug4873
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Turn an assertion (that the number of handshakes received as a
+ server is not < 1) into a warning. Bug 4873.