what are difference between stream_int_shutr/w and stream_sock_shutr/w

2012-08-10 Thread Mark Green
Hi, I'm confused why there are two pairs shutdonw functions? stream_int_shutr / stream_int_shutw and stream_sock_shutr / stream_sock_shutw is this necessary? what are the difference between them? Thanks! Mark

Re: how to decide a http transaction is commpleted

2012-08-02 Thread mark green
lly forwarded so that I can free the connection between haproxy and server Mark On Thu, Aug 2, 2012 at 3:46 PM, Baptiste wrote: > On Wed, Aug 1, 2012 at 1:13 PM, mark green > wrote: > > Hi, > > > >when haproxy forward a http request to server, and received respon

what is the difference between EV_FD_CLR, EV_FD_CLO and EV_FD_REM

2012-08-01 Thread mark green
Hi, what is the difference between EV_FD_CLR, EV_FD_CLO and EV_FD_REM. Thanks!