Dear Nick,
thank you so much for your help. The test program is working now.
On 11/05/2012, Nick Mathewson wrote:
> * In server_read_cb, you do an evbuffer_add() to queue data to be sent
> followed immediately by a bufferevent_free() on the same buffer.
> That's not a safe pattern: bufferevent_f
Gmane's configuration for this mailing list is still set to the old
monkey.org email address:
http://dir.gmane.org/gmane.comp.lib.libevent.user
http://gmane.org/list-address.php?group=gmane.comp.lib.libevent.user
Gmane is still receiving messages from the list correctly, but posting to
the
(Sorry if this is a double-post; I mistakenly sent it to the old
monkey.org address the first time.)
Recently I've been porting the evhttp server from libevent to the SCGI
(Simple Common Gateway Interface) protocol. I got it to respond to test
requests correctly for the first time yesterday, s