Issue with multipart response compression.

Makailol Charls makailol7 at gmail.com
Mon Jan 27 04:30:21 UTC 2014


Hello

Could someone check this and help me for compressing the multipart response
with dynamic boundary?

Thanks,
Makailol


On Tue, Jan 21, 2014 at 11:28 AM, Makailol Charls <makailol7 at gmail.com>wrote:

> Hello
>
> I use Nginx/1.4.4 as a reverse proxy and my backend webserver generates
> multipart response with some dynamic boundary.
>
> I use nginx gzip module to send compress data to the client but it is
> unable to compress this multipart response which contains dynamic boundary
> in content_type.
>
> If I use gzip_type as below, it doesn't work.
> gzip_types     'multipart/mixed';
>
> If I include boundary in gzip_type, it works fine but boundary is dynamic
> in my case.
> gzip_types    'multipart/mixed; boundary="Ajm,e3pN"' ;
>
> Can someone suggest solution for this?
>
> Thanks,
> Makailol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140127/ce5e118e/attachment.html>


More information about the nginx mailing list