FastCGI problem

Chancey chanceycn at gmail.com
Tue Jun 8 12:22:13 MSD 2010


Hi, all:

I wrote a fastcgi program to upload files, i want stop receive and wrote
like this:

while(FCGI_Accept() >= 0)
   {
	if(filesize)	continue;
   }


but i found nginx received all stream from brower and then send stream to fastcgi server.

How to immediately respond to browser ? thanks




More information about the nginx mailing list