Hi,
We further tried using following options in the configuration file which seems to work for responses which have lot of data.
fastcgi_buffering off;
proxy_buffering off;
But, still for responses which have lesser data we are unable to detect that the client has disconnected from the network.
Any suggestion on how to detect client disconnect properly would be very appreciated.
Thanks,
-Ravi
We further tried using following options in the configuration file which seems to work for responses which have lot of data.
fastcgi_buffering off;
proxy_buffering off;
But, still for responses which have lesser data we are unable to detect that the client has disconnected from the network.
Any suggestion on how to detect client disconnect properly would be very appreciated.
Thanks,
-Ravi