j40951 / slowhttptest

Automatically exported from code.google.com/p/slowhttptest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't be build under cygwin, because it does not have execinfo.h

GoogleCodeExporter opened this issue · comments

Just a thought, why doy you need it?
I'd suggest an option to disable it with configure

Original issue reported on code.google.com by lostfree...@gmail.com on 13 Jan 2012 at 6:31

It is removed already in source code. Checkout source from SVN. Under cygwin, 
there is also another problem: select() is limited to 50 file descriptors, you 
need to overwrite that limitation somewhere, otherwise you'd be limited to 50 
connections.
I am switching to poll(), and will release a new version of slowhttptest soon.

Original comment by shek...@gmail.com on 15 Jan 2012 at 8:51

Original comment by shek...@gmail.com on 23 Jan 2012 at 4:20

  • Changed state: Fixed