On Thu, Apr 15, 2010 at 4:44 PM, Ron Combs wrote:
> Hello,
>
> What is the best way to set millisecond timeout to a evhttp_connection using
> the evhttp framework?
Looks like the best long-term solution is to write a patch to add
support for having http timeouts as struct timeval rather than as i
Hello,
What is the best way to set millisecond timeout to a evhttp_connection using
the evhttp framework?
I tried evcon->ev.ev_timeout = tv but its giving me error: dereferencing
pointer to incomplete type