Re: [users@httpd] Problems closing connections in a SUSPENDED test case

2014-03-31 Thread Artem Grinblat
Thanks a lot! I've made a hack which puts the suspeded connection back in the queue: https://gist.github.com/ArtemGr/9887564 with that the test case works! (`ab` no longer timeouts). Would it make sense to submit a feature request along these lines? Should I make a patch or leave it to the more e

[users@httpd] Problems closing connections in a SUSPENDED test case

2014-03-30 Thread Artem Grinblat
I've come up with an (almost) working SUSPENDED test case: https://gist.github.com/ArtemGr/9870554 It works in browser and with "curl -v http://127.0.0.1/sustest";, at least for some time. Apache version is 2.4.7 (Debian Jessie). Problem is, when I test it with ab (ab -n 999 -c 9 http://127.0.0.1