[Libevent-users] Patch for mingw64 (64-bit windows)

2009-12-18 Thread Patrick Galbraith
Hi all, Here's a patch that I used to get libevent 2.0.3 to compile on mingw-w64 (windows 64-bit). See attached. regards, Patrick aka CaptTofu Only in libevent-2.0.3-alpha.win64: .deps Only in libevent-2.0.3-alpha.win64: Makefile Only in libevent-2.0.3-alpha.win64: config.h Only in libevent-2

[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