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

« back to all changes in this revision

Viewing changes to bin/varnishtest/tests/a00006.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: a00006.vtc 2906 2008-07-08 10:29:07Z phk $
 
1
# $Id: a00006.vtc 4365 2009-11-24 19:41:09Z phk $
2
2
 
3
3
test "bidirectional message bodies"
4
4
 
5
 
server s1 -listen 127.0.0.1:9080 {
 
5
server s1 {
6
6
        rxreq
7
7
        expect req.request == PUT
8
8
        expect req.proto == HTTP/1.0
13
13
 
14
14
server s1 -start 
15
15
 
16
 
client c1 -connect 127.0.0.1:9080 {
 
16
client c1 -connect ${s1_sock} {
17
17
        txreq -req PUT -proto HTTP/1.0 -url /foo \
18
18
                -body "123456789\n"
19
19
        rxresp