How can I have nginx return 204 when send_timeout is triggered?
Maxim Dounin
mdounin at mdounin.ru
Wed Dec 10 13:10:06 UTC 2014
Hello!
On Wed, Dec 10, 2014 at 04:24:09AM -0500, meir.h at convertmedia.com wrote:
> Hello,
>
> How can I have nginx return 204 when send_timeout is triggered?
After send_timeout it's already too late to return anything, as
nginx already tried to send the response to the client. If
send_timeout happens, the connection is closed.
--
Maxim Dounin
http://nginx.org/
More information about the nginx
mailing list