[Varnish] #1029: ESI mixes compressed and noncompressed output

Varnish varnish-bugs at varnish-cache.org
Mon Oct 10 15:09:32 CEST 2011


#1029: ESI mixes compressed and noncompressed output
----------------------+-----------------------------------------------------
 Reporter:  sthing    |       Owner:  lkarsten
     Type:  defect    |      Status:  new     
 Priority:  normal    |   Milestone:          
Component:  varnishd  |     Version:  trunk   
 Severity:  normal    |    Keywords:          
----------------------+-----------------------------------------------------
Changes (by lkarsten):

  * version:  3.0.1 => trunk


Comment:

 I am able to reproduce this bug on (varnish-3.0.0 revision cbf1284)
 and on trunk (7a0dc3f).

 root at immer:~# a2enmod deflate; service apache2 restart;
 lkarsten at immer:~$ GET -Used -H "Accept-Encoding: gzip"
 http://localhost:81/1029/esi.html
 root at immer:~# a2dismod deflate; service apache2 restart;

 # gives part plaintext, part gziped response, without Content-Encoding
 header.
 lkarsten at immer:~$ GET -H "Accept-Encoding: gzip" -Use
 http://localhost:81/1029/main.html

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1029#comment:2>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list