On 07/07/15 21:46, INADA Naoki wrote:
I recommend you to use nginx between ELB and uWSGI.
ELB expects HTTP server supporting keep-alive, but uWSGI doesn't support it.
The code rather disagrees with you:
https://github.com/unbit/uwsgi/blob/uwsgi-2.0/plugins/http/http.c#L36
Though perhaps http-auto-chunked may have helped... instead of chunking
in the app workers.
--
Curtis
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi