Re: [Libevent-users] evhttp_connection_set_timeout granularity

2010-04-15 Thread Nick Mathewson
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

[Libevent-users] evhttp_connection_set_timeout granularity

2010-04-15 Thread Ron Combs
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