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

Always log the numeric code as "Status"


git-svn-id: http://www.varnish-cache.org/svn/trunk@363 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 89eb1128
......@@ -92,7 +92,7 @@ vca_write_obj(struct worker *w, struct sess *sp)
char *r;
VSL(SLT_Response, sp->fd, "%u", sp->obj->response);
VSL(SLT_Status, sp->fd, "%u", sp->obj->response);
VSL(SLT_Length, sp->fd, "%u", sp->obj->len);
vca_write(sp, sp->obj->header, strlen(sp->obj->header));
......
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