diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-08-18 15:08:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-08-18 15:16:05 -0400 |
commit | d3653063d30ee8174f6ec330124553c6717fbe9c (patch) | |
tree | 8b79ef5db5ab4b85cf5296f26836b21b7210db3e /changes | |
parent | 52e36feda153e70cd08d624df73035b7e59a95ef (diff) | |
download | tor-d3653063d30ee8174f6ec330124553c6717fbe9c.tar tor-d3653063d30ee8174f6ec330124553c6717fbe9c.tar.gz |
Automatically use filtering bufferevents with IOCP.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3752 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3752 b/changes/bug3752 new file mode 100644 index 000000000..270f1559c --- /dev/null +++ b/changes/bug3752 @@ -0,0 +1,5 @@ + o Major bugfixes: + - The IOCP backend now works even when the user has not specified + the (internal, debbuging-only) _UseFilteringSSLBufferevents option. + Fixes part of bug 3752; bugfix on 0.2.3.1-alpha. + |