<div dir="ltr"><div><div><div>Hello<br><br></div>Could someone check this and help me for compressing the multipart response with dynamic boundary?<br><br></div>Thanks,<br></div>Makailol<br></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Tue, Jan 21, 2014 at 11:28 AM, Makailol Charls <span dir="ltr"><<a href="mailto:makailol7@gmail.com" target="_blank">makailol7@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hello<br><br>I use Nginx/1.4.4 as a reverse proxy and my backend webserver generates multipart response with some dynamic boundary.<br><br>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.<br>

<br>If I use gzip_type as below, it doesn't work.<br>gzip_types     'multipart/mixed';<br><br>If I include boundary in gzip_type, it works fine but boundary is dynamic in my case.<br>gzip_types    'multipart/mixed; boundary="Ajm,e3pN"' ;<br>

<br>Can someone suggest solution for this?<br><br>Thanks,<br>Makailol<br></div>
</blockquote></div><br></div>