Commit 06ebc9ed authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Call pan_htc also from pan_req

This dumps some useful bits about the state of the client connection.
parent f8d64005
......@@ -350,6 +350,8 @@ pan_req(struct vsb *vsb, const struct req *req)
pan_wrk(vsb, req->wrk);
pan_ws(vsb, req->ws);
if (VALID_OBJ(req->htc, HTTP_CONN_MAGIC))
pan_htc(vsb, req->htc);
pan_http(vsb, "req", req->http);
if (req->resp->ws != NULL)
pan_http(vsb, "resp", req->resp);
......
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