Commit ef18895a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Regression test for #506



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4053 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0df4acfe
# $Id$
test "Illegal HTTP status from backend"
server s1 {
rxreq
send "HTTP/1.1 1000\n\nFoo"
} -start
varnish v1 -vcl+backend {
sub vcl_recv {
}
} -start
client c1 {
txreq
rxresp
} -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