]> granicus.if.org Git - libevent/commit
Correctly invoke callbacks when a SSL bufferevent reads some and then blocks.
authorNick Mathewson <nickm@torproject.org>
Wed, 22 Aug 2012 16:30:42 +0000 (12:30 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 22 Aug 2012 16:30:42 +0000 (12:30 -0400)
commit606ac43b91bb87d33f1cfca6dffc7d4f5e72131e
treed0718a0bf06f98faf289c4df09272657ba5955c0
parentca80ea61b5f0cf0e3f2e1cef756e7405e22d310b
Correctly invoke callbacks when a SSL bufferevent reads some and then blocks.

Based on a patch by Andrew Hochhaus, who correctly diagnosed this bug.
bufferevent_openssl.c