> On 10 Aug 2022, at 16:26, Alexey Vatchenko <alex.vatche...@gmail.com> wrote: >> On 10 Aug 2022, at 10:06, Omar Polo <o...@openbsd.org> wrote: >> >> I experienced a similar issue with both slowcgi and gotwebd (a fastcgi >> application.) Can you please try the diff I posted a couple of days >> ago on tech@? > > Built and put it on server. Let’s see in production environment. > Thanks!
I’m getting complains that the problem returned. But I haven’t applied patch for slowcgi. Is it mandatory? I believe it shouldn’t. As I mentioned earlier, sometime the client is fast enough to make new request before slowcgi daemon closes connection triggering server_file_error() with EOF (or server_fcgi_error() in your case). So, our goal to get to server_read_http() with reset client structure.