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

typo


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@486 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 1a3b2cf3
......@@ -147,7 +147,7 @@ PassBody(struct worker *w, struct sess *sp)
vc = sp->vbc;
assert(vc != NULL);
http_BuildSbuf(sp->fd, Build_Passreply, w->sb, hp);
http_BuildSbuf(sp->fd, Build_Pass, w->sb, hp);
sbuf_cat(w->sb, "\r\n");
sbuf_finish(w->sb);
vca_write(sp, sbuf_data(w->sb), sbuf_len(w->sb));
......
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