Re: httpd fastcgi bug

2015-07-25 Thread Florian Obser
this version is better Index: httpd.h === RCS file: /cvs/src/usr.sbin/httpd/httpd.h,v retrieving revision 1.92 diff -u -p -r1.92 httpd.h --- httpd.h 19 Jul 2015 05:17:27 - 1.92 +++ httpd.h 25 Jul 2015 22:40:39 - @

Re: httpd fastcgi bug

2015-07-25 Thread Florian Obser
(Cc: semarie@ added) On Wed, Jul 22, 2015 at 10:04:30PM -0400, Jean-Philippe Ouellet wrote: > If you have a CGI script that produces multiple headers in separate writes, > then they may be delivered to httpd as separate FastCGI records, depending on > a race between the CGI script writing more hea

httpd fastcgi bug

2015-07-22 Thread Jean-Philippe Ouellet
If you have a CGI script that produces multiple headers in separate writes, then they may be delivered to httpd as separate FastCGI records, depending on a race between the CGI script writing more headers and slowcgi framing them and passing them on to httpd. The fcgi code erroneously believes all