From 4053c368990beb2e34fa9de0c0099ec75e2f33e9 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 2 May 2007 13:56:24 +0000 Subject: [PATCH] Correct the URL in the error page. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1375 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_response.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_response.c b/varnish-cache/bin/varnishd/cache_response.c index b882485e..dcf56c45 100644 --- a/varnish-cache/bin/varnishd/cache_response.c +++ b/varnish-cache/bin/varnishd/cache_response.c @@ -148,7 +148,7 @@ RES_Error(struct sess *sp, int code, const char *expl) vsb_printf(sb, "

Guru Meditation:

\r\n", expl); vsb_printf(sb, "

XID: %u

\r\n", sp->xid); vsb_cat(sb, - " Varnish\r\n" + " Varnish\r\n" " \r\n" "\r\n"); vsb_finish(sb); -- 2.39.5