On Mon, Feb 1, 2010 at 2:25 AM, Tatsuki Sugiura <[email protected]> wrote: > Hello, > >>>> In Message "Re: [PATCH] mod_fcgid: SEGV with empty output from fcgi >>>> process" >>>> <[email protected]>, >>>> Jeff Trawick <[email protected]> said; >> > a) is it better (and practical) to ensure that the brigade has an EOS >> > bucket to start with so this special case doesn't have to be handled > >> I was tricked by the existing check for EOS; there never is one AFAICT >> (the "done" flag is the usual escape from the loop). So your new >> check stays and the EOS check goes. > >> > b) how to get a 500 error to the client in this situation (the FastCGI >> > app returns no headers) > >> I still need to look at this (cgid returns 500 in this case) > > Thanks for your work! > > I confirmed r905031 in my environment. > It seems you fixed both already, correct?
Yes; thanks again!
