❦ 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
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