Hi,
For example, I tried sending a 1,000 byte document with correct Content-Length from my app, via nginx with gzip compression on. If I kill the connection at the 500th byte, nginx happily ignores the fact it has a 500 byte document with Content-Length of 1,000 bytes, removes the Content-Length header, does gzip and adds chunked transfer encoding.
But this is (known) problem with nginx, not uwsgi. Best regards, Piotr Sikora < [email protected] > _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
