Commit 124d7701 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Test caching of synthetic error pages (broken since 2266). This will need...

Test caching of synthetic error pages (broken since 2266).  This will need revisiting once caching has been reimplemented.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3014 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 9551bf21
# $Id$
test "Check synthetic error page caching"
server s1 {
rxreq
txresp -status 503 -msg "Server Error"
} -start
varnish v1 -vcl+backend { } -start
client c1 {
txreq -url "/"
rxresp
expect resp.status == 503
txreq -url "/"
rxresp
expect resp.status == 503
} -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