Re: [Libevent-users] evhttp, evhttp_send_reply_start and client close

2012-08-12 Thread Vincent Bernat
❦ 12 août 2012 11:02 CEST, Vincent Bernat  : > I am trying to use HTTP chunked answers to implement a publish/subscribe > mechanism on top of evhttp. A client will subscribe to a topic by > requesting some URL, I invoke evhttp_send_reply_start(), put the request > into some list and once a messag

[Libevent-users] evhttp, evhttp_send_reply_start and client close

2012-08-12 Thread Vincent Bernat
Hi! I am trying to use HTTP chunked answers to implement a publish/subscribe mechanism on top of evhttp. A client will subscribe to a topic by requesting some URL, I invoke evhttp_send_reply_start(), put the request into some list and once a message is available for a topic, I take my list and for