Skip to content

Commit

Permalink
h2: Add support for busy_stats_rate
Browse files Browse the repository at this point in the history
Refs #4055
  • Loading branch information
walid-git committed Feb 26, 2024
1 parent 1d4950a commit 4741f40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/varnishd/http2/cache_http2_proto.c
Expand Up @@ -200,6 +200,8 @@ h2_del_req(struct worker *wrk, struct h2_req *r2)
}

Req_Cleanup(sp, wrk, r2->req);
if (FEATURE(FEATURE_BUSY_STATS_RATE))
WRK_AddStat(wrk);
Req_Release(r2->req);
}

Expand Down

0 comments on commit 4741f40

Please sign in to comment.