Commit 4deb2b8e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make sure that we also report the obj.status in vsl

parent 7f9a989f
......@@ -609,6 +609,7 @@ http_FilterResp(const struct http *fm, struct http *to, unsigned how)
CHECK_OBJ_NOTNULL(to, HTTP_MAGIC);
http_SetH(to, HTTP_HDR_PROTO, "HTTP/1.1");
to->status = fm->status;
http_linkh(to, fm, HTTP_HDR_STATUS);
http_linkh(to, fm, HTTP_HDR_RESPONSE);
http_filterfields(to, fm, how);
}
......
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