Commit 793fbe09 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

204 is a magic status code, use 205



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5502 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d52ebe85
......@@ -20,7 +20,7 @@ server s1 {
accept
rxreq
txresp -proto HTTP/1.0 -status 204 -body bar
txresp -proto HTTP/1.0 -status 205 -body bar
} -start
......@@ -40,5 +40,5 @@ client c1 {
expect resp.status == 203
txreq
rxresp
expect resp.status == 204
expect resp.status == 205
} -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