On Tue, Sep 16, 2025 at 11:52:12PM +0000, Ben Kallus wrote: > I was able to get the behavior you described by removing the `sleep` > in the attached script. Maybe you're getting this effect due to nc > shutting down the tcp connection before httpd is done talking?
Ah, if the behaviour is timing-related then we'll likely see a difference because you're using php as the fastcgi handler, whereas I've been testing initially with our custom handler, and then with /usr/sbin/slowcgi which produced the same results. But both of these have much less overhead then the php interpreter, so timing will certainly be different.
