Hello
Do you have an example of an HTTP server in libevent which handles a
POST request?
Apparently, calling evbuffer_readline (hreq->input_buffer); from inside
a callback registered with evhttp_set_cb don't work as expected.
I google-code and did not found anything.
I am coding a tiny login
I'm actually giving up on this.
IMHO epoll is buggy when it comes to duplicated file descriptors, and
possibly also buggy when file descriptors are just reused. I have seen, for
example, epoll alert on both closed file descriptors and on file descriptors
which were not actually part of the set.
Unf
On Thu, Nov 4, 2010 at 4:06 PM, Denis Bilenko wrote:
> On Thu, Nov 4, 2010 at 9:10 PM, Nick Mathewson wrote:
>> Assuming that it now crashes in a different place from where it used
>> to crash -- that is, at ASSERT_VALID_REQUEST in evdns_cancel, I've got
>> an updated patch, attached below. Thir