Commit 8530e47a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

log responsecode and length


git-svn-id: http://www.varnish-cache.org/svn/trunk@313 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 2a0ee121
......@@ -50,6 +50,8 @@ DeliverSession(struct worker *w, struct sess *sp)
{
VSL(SLT_Response, sp->fd, "%u", sp->obj->response);
VSL(SLT_Length, sp->fd, "%u", sp->obj->len);
vca_write_obj(sp, sp->obj->header, 0);
HSH_Deref(sp->obj);
sp->obj = NULL;
......
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