FastCGI backend issue
Maxim Dounin
mdounin at mdounin.ru
Tue Jan 25 18:50:06 MSK 2011
Hello!
On Tue, Jan 25, 2011 at 08:41:29AM -0500, Olaf van der Spek wrote:
> > nginx doesn't process data from fastcgi app untill
> > buffer filled or
> > connection closed by app (as required per spec
> > without
> > FCGI_KEEP_CONN flag set).
>
> What part of the spec requires the webserver to wait until the
> connection is closed by the backend?
Spec requires app to close connection if no FCGI_KEEP_CONN flag
set.
> Doesn't Nginx support (and use) persistent connections?
No.
Maxim Dounin
More information about the nginx
mailing list