Re: bgplgd handle timeouts during setup

2023-03-31 Thread Theo Buehler
On Fri, Mar 31, 2023 at 08:20:34AM +0200, Claudio Jeker wrote: > If the slowcgi timeout fires before the command was actually started then > just abort the fastcgi request with error 408. > > This can happen on POST requests where the client stops sending data. > Now bgplgd does not support POST

bgplgd handle timeouts during setup

2023-03-31 Thread Claudio Jeker
If the slowcgi timeout fires before the command was actually started then just abort the fastcgi request with error 408. This can happen on POST requests where the client stops sending data. Now bgplgd does not support POST but that is only checked once the full fastcgi request from the webserver