Add MAIN.esi_req counter for ESI subrequests

ref varnish-cache e9c2a488d291b3129838c411cac7312f8801ff1e
parent 09fb6677
......@@ -48,6 +48,7 @@
#include "vtim.h"
#include "vend.h"
#include "vgz.h"
#include "VSC_main.h"
#include "foreign/qdef.h"
#include "vqueue.h"
......@@ -162,6 +163,7 @@ vped_task(struct worker *wrk, void *priv)
THR_SetRequest(req);
VSLb_ts_req(req, "Start", W_TIM_real(wrk));
wrk->stats->esi_req++;
#ifdef DEBUG
VSLdbgv(req, "vped_task: new req->vdc=%p nxt=%p", req->vdc,
......
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