Commit 53a1e41a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add regression test for #400



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3471 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 342b577c
# $Id$
test "Regression test for ticket 409"
server s1 {
rxreq
expect req.url == "/"
send "HTTP/1.0 400 Not funny\r\n"
send "\r\n"
send "12345\r\n"
} -start
varnish v1 -vcl+backend {
} -start
client c1 {
txreq
rxresp
expect resp.status == 400
expect resp.bodylen == 7
} -run
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment