Re: truncated output for large files through proxy

2013-06-17 Thread James Lee
On 17/06/2013 12:06, Maxim Dounin wrote: Hello, The eventport event method is known to have problems. Use devpoll (default) instead. Not by me [until now]. Please remove it and update the documentation! James. ___ nginx mailing list nginx@ngin

Re: truncated output for large files through proxy

2013-06-17 Thread James Lee
On 16/06/2013 02:37, Maxim Dounin wrote: Hello, Could you please provide debug log, nginx -V output and a minimal full config to reproduce the problem? *** cut down http.conf *** error_log /path/to/logs/error.log debug; events { worker_connections 1024; use eventport; } http {

truncated output for large files through proxy

2013-06-14 Thread James Lee
Hello, nginx 1.4.1 is truncating proxy output for large files. *** Steps to reproduce *** nginx.conf: location ^~ /download/ { proxy_passhttp://localhost:9000; proxy_set_header Host $host; } The back end is a very simple servlet that copies a static file to t