Nginx seems to disable chunking when sending files that are pre-compressed ala gzip_static on
Is there any trick to force it to chunk anyway? Chunks seems to give some browsers the illusion of faster rendering because they might use the chunk point as a render refresh point.
HTTP/1.1 should allow any file to be sent chunked, static or not.
Or perhaps this is a limitation with sendfile OS acceleration?