~ubuntu-branches/ubuntu/trusty/varnish/trusty-proposed

« back to all changes in this revision

Viewing changes to bin/varnishtest/tests/g00001.vtc

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen, Stig Sandbeck Mathisen, Tollef Fog Heen
  • Date: 2013-05-05 15:53:14 UTC
  • mfrom: (0.1.16)
  • Revision ID: package-import@ubuntu.com-20130505155314-i99wuol99cfwzrtv
Tags: 3.0.3-1
[ Stig Sandbeck Mathisen ]
* New upstream release

[ Tollef Fog Heen ]
* Make varnishlog's and varnishncsa's init script exit with the exit
  status of status_of_proc to make them useful.  Fixes upstream trac
  #1226.

[ Stig Sandbeck Mathisen ]
* Do not rewrite /etc/default/varnish on upgrade.
  Thanks to Andreas Beckmann <anbe@debian.org> (Closes: 698577)
* Undo mangling of /etc/default/varnish that happened during lenny->squeeze
  upgrade.
  Thanks to Andreas Beckmann <anbe@debian.org> (Closes: 698577)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        txreq 
14
14
        rxresp
15
15
        expect resp.bodylen == "3"
16
 
        expect resp.http.content-encoding == "resp.http.content-encoding"
 
16
        expect resp.http.content-encoding == <undef>
17
17
 
18
18
        txreq -hdr "Accept-encoding: gzip;q=0.1"
19
19
        rxresp
26
26
        txreq -proto HTTP/1.0
27
27
        rxresp
28
28
        expect resp.bodylen == "3"
29
 
        expect resp.http.content-encoding == "resp.http.content-encoding"
 
29
        expect resp.http.content-encoding == <undef>
30
30
} -run
31
31
 
32
32
client c1 {
33
33
        txreq -req HEAD
34
34
        rxresp -no_obj
35
 
        expect resp.http.content-encoding == "resp.http.content-encoding"
 
35
        expect resp.http.content-encoding == <undef>
36
36
 
37
37
        txreq -req HEAD -hdr "Accept-encoding: gzip;q=0.1"
38
38
        rxresp -no_obj