~ubuntu-branches/ubuntu/lucid/varnish/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2010-03-24 13:26:08 UTC
  • mfrom: (0.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100324132608-4uzkavctn26bdwyi
Tags: 2.1.0-1
* New upstream version
* Fix small error in man/vcl.7so

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id$
 
1
# $Id: r00494.vtc 4554 2010-02-12 11:25:46Z phk $
2
2
 
3
3
test "HTTP continuation lines"
4
4
 
12
12
 
13
13
varnish v1 -vcl+backend {
14
14
        sub vcl_fetch {
15
 
                set obj.http.bar = obj.http.foo;
16
 
                remove obj.http.foo;
 
15
                set beresp.http.bar = beresp.http.foo;
 
16
                remove beresp.http.foo;
17
17
        }
18
18
} -start
19
19