Comment 1 for bug 1704168

Revision history for this message
David Favor (davidfavor) wrote :

After a bit more testing, problem seems to be with ab.

Just compiled up https://curl.haxx.se/libcurl/c/chkspeed.html which produces this...

lxd: net12-david-favor # ./chkspeed https://DavidFavor.com/foo-8192.txt
Data downloaded: 8192 bytes.
Total download time: 0.089 sec.
Average download speed: 90.153 kbyte/sec.

lxd: net12-david-favor # ./chkspeed https://DavidFavor.com/foo-8193.txt
Data downloaded: 8193 bytes.
Total download time: 0.089 sec.
Average download speed: 89.793 kbyte/sec.

So same time for either 8192 or 8193 byte files, so looks like Apache-2.4.27 is working... whew...

Just ab is having some sort of problem.