From: phk Date: Tue, 18 Jul 2006 10:48:21 +0000 (+0000) Subject: Braino this time. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bdb3baa55ff0418710e6f472d7e765a204d88e1;p=varnish Braino this time. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@487 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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));