From 9bdb3baa55ff0418710e6f472d7e765a204d88e1 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 18 Jul 2006 10:48:21 +0000 Subject: [PATCH] Braino this time. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@487 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_pass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_pass.c b/varnish-cache/bin/varnishd/cache_pass.c index 5fd1e47b..fed9bd79 100644 --- a/varnish-cache/bin/varnishd/cache_pass.c +++ b/varnish-cache/bin/varnishd/cache_pass.c @@ -147,7 +147,7 @@ PassBody(struct worker *w, struct sess *sp) vc = sp->vbc; assert(vc != NULL); - http_BuildSbuf(sp->fd, Build_Pass, w->sb, hp); + http_BuildSbuf(sp->fd, Build_Reply, w->sb, hp); sbuf_cat(w->sb, "\r\n"); sbuf_finish(w->sb); vca_write(sp, sbuf_data(w->sb), sbuf_len(w->sb)); -- 2.39.5