In libevent 2.0.21, I'm not seeing a way to get a callback triggered on accept 
of an http connection.  Looking through the libevent code, I don't see a way to 
do that, either -- or I'm missing it completely. :)

Is there a way to get a callback triggered on accept of an http connection 
using the evhttp API?  Or is having your callback triggered 
post/accept/read/parse the only option? (other than using the generic libevent 
API to accept TCP network events and then slide over to using the http helper 
funcs after the fact)

Thanks!


- scott
***********************************************************************
To unsubscribe, send an e-mail to majord...@freehaven.net with
unsubscribe libevent-users    in the body.

Reply via email to