Re: [Libevent-users] IDN support for http client/server

2013-02-28 Thread Mark Ellzey
On Thu, Feb 28, 2013 at 11:36:28PM +0400, Azat Khuzhin wrote: > Does anybody think that it would be nice if libevent http > client/server can decode IDN? > > If so, I can make a patch for this using libidn. I have not seen many people wanting this type of feature, but it would be interesting to s

Re: [Libevent-users] Deadlock when calling bufferevent_free from an other thread

2013-02-28 Thread Zack Weinberg
On 2013-02-18 5:12 PM, Zack Weinberg wrote: To fix things, we need to change abstract behavior in two places. First, when you event_del() an event while the event loop to which it belongs is running, it does not actually get disassociated from the event loop until the next time the loop is about