Commit df4fd18b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix braino in Pass handling


git-svn-id: http://www.varnish-cache.org/svn/trunk@352 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6148e986
......@@ -175,7 +175,7 @@ PassSession(struct worker *w, struct sess *sp)
event_base_loop(w->eb, 0);
http_Dissect(hp, fd, 2);
http_BuildSbuf(sp->fd, 2, w->sb, hp);
http_BuildSbuf(sp->fd, Build_Reply, w->sb, hp);
vca_write(sp, sbuf_data(w->sb), sbuf_len(w->sb));
if (http_GetHdr(hp, "Content-Length", &b))
......
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