Re: Gzip vs. sendfile

2015-08-25 Thread Maxim Dounin
Hello! On Mon, Aug 24, 2015 at 11:50:10PM +0200, Joó Ádám wrote: > From : > > > Note, however, that because the data never touches user space > > it’s not subject to the filters in the regular NGINX > > processing chain. As a result, filters that chang

Gzip vs. sendfile

2015-08-24 Thread Joó Ádám
Hi, From : > Note, however, that because the data never touches user space it’s not > subject to the filters in the regular NGINX processing chain. As a result, > filters that change content, for example the gzip filter, have no effect. Which never occ