Re: [Libevent-users] Patch: Propagate errors on SSL bufferevents

2011-08-03 Thread Nick Mathewson
On Tue, Jul 26, 2011 at 4:37 AM, Joachim Bauch wrote: > Hi, > > SSL bufferevents that use another bev as underlying source don't > propagate errors (like "connection closed") to the user. The > attached patch fixes this. Hm. Certainly, dropping the error can't be the right answer here, so I'm ap

[Libevent-users] Patch: Propagate errors on SSL bufferevents

2011-07-26 Thread Joachim Bauch
Hi, SSL bufferevents that use another bev as underlying source don't propagate errors (like "connection closed") to the user. The attached patch fixes this. Best regards, Joachim >From dbaac89570df375721e1ed5a54ed52e4bee71e06 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Tue, 26 Jul 201