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

Make this test more robust by making sure the hex number is bogus.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5700 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 094a00ce
......@@ -8,7 +8,7 @@ server s1 {
send "Transfer-encoding: chunked\r\n"
send "\r\n"
send "004\r\n1234\r\n"
send "000000000000000000001\r\n@\r\n"
send "1000000000000000000001\r\n@\r\n"
send "00000000\r\n"
send "\r\n"
} -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