[Varnish] #1172: Varnish sends inconsistent Vary to downstream caches

Varnish varnish-bugs at varnish-cache.org
Thu Jul 19 00:00:07 CEST 2012


#1172: Varnish sends inconsistent Vary to downstream caches
--------------------+--------------------
 Reporter:  RuddO   |       Owner:
     Type:  defect  |      Status:  new
 Priority:  normal  |   Milestone:
Component:  build   |     Version:  3.0.2
 Severity:  normal  |  Resolution:
 Keywords:          |
--------------------+--------------------

Comment (by RuddO):

 Output from CURL -v:

 {{{


 ~@karen.dragonfear α:
 headers http://declinefm.com/search_form
 * About to connect() to declinefm.com port 80 (#0)
 *   Trying 117.121.243.202...
   % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                  Dload  Upload   Total   Spent    Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--
 0* connected
 * Connected to declinefm.com (117.121.243.202) port 80 (#0)
 > GET /search_form HTTP/1.1
 > User-Agent: curl/7.24.0 (x86_64-redhat-linux-gnu) libcurl/7.24.0
 NSS/3.13.4.0 zlib/1.2.5 libidn/1.24 libssh2/1.4.1
 > Host: declinefm.com
 > Accept: */*
 >
 < HTTP/1.1 200 OK
 < Server: Zope/(2.13.13, python 2.6.7, linux2) ZServer/1.1
 < Content-Language: en
 < Expires: Sat, 1 Jan 2000 00:00:00 GMT
 < Vary: Accept-Encoding
 < Content-Type: text/html;charset=utf-8
 < Transfer-Encoding: chunked
 < Date: Wed, 18 Jul 2012 21:59:24 GMT
 < X-Varnish: 13273159
 < Age: 0
 < Via: 1.1 varnish
 < Connection: keep-alive
 <
 { [data not shown]
 100 15076    0 15076    0     0  84449      0 --:--:-- --:--:-- --:--:--
 101k
 * Connection #0 to host declinefm.com left intact
 * Closing connection #0

 0 <- headers http://declinefm.com/search_form
 ~@karen.dragonfear α:
 headers http://declinefm.com/search_form
 * About to connect() to declinefm.com port 80 (#0)
 *   Trying 117.121.243.202...
   % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                  Dload  Upload   Total   Spent    Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--
 0* connected
 * Connected to declinefm.com (117.121.243.202) port 80 (#0)
 > GET /search_form HTTP/1.1
 > User-Agent: curl/7.24.0 (x86_64-redhat-linux-gnu) libcurl/7.24.0
 NSS/3.13.4.0 zlib/1.2.5 libidn/1.24 libssh2/1.4.1
 > Host: declinefm.com
 > Accept: */*
 >
 < HTTP/1.1 200 OK
 < Server: Zope/(2.13.13, python 2.6.7, linux2) ZServer/1.1
 < Expires: Sat, 1 Jan 2000 00:00:00 GMT
 < Content-Type: text/html;charset=utf-8
 < Content-Language: en
 < Transfer-Encoding: chunked
 < Date: Wed, 18 Jul 2012 21:59:26 GMT
 < X-Varnish: 13273160
 < Age: 0
 < Via: 1.1 varnish
 < Connection: keep-alive
 <
 { [data not shown]
 100 15076    0 15076    0     0  86378      0 --:--:-- --:--:-- --:--:--
 103k
 * Connection #0 to host declinefm.com left intact
 * Closing connection #0


 }}}

 As I said, my VCL is for all purposes and intents, the default VCL.

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




More information about the varnish-bugs mailing list