Re: [Libevent-users] Error on sending chunks

2009-12-22 Thread Niels Provos
Hi Vincent, could you elaborate more on this, please. This is for the client connections? There have been a number of reports with issues on getting close events reported. For example, by default, client connections are HTTP/1.1 and stay open unless you explicitly set the Connection header to

[Libevent-users] Error on sending chunks

2009-12-18 Thread Vincent Adam Burns
I am trying to load test a small relay comet server I built. When the load test is complete the connections stay alive and do not close. I am not getting a close event for the connections so i cannot remove them from the list of connections. When I try to send the chunk the entire application fails