Commit 27dbdb05 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't rely on a syntactically invalid Content-Length for this test



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5701 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent acff06de
......@@ -6,7 +6,7 @@ server s1 {
rxreq
txresp \
-hdr "Date: Mon, 25 Oct 2010 06:34:06 GMT" \
-hdr "Content-length: 10xx" \
-hdr "Content-length: 000010" \
-nolen -bodylen 10
} -start
......
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