Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit 4741f40

Browse files
committed
h2: Add support for busy_stats_rate
Refs #4055
1 parent 1d4950a commit 4741f40

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/varnishd/http2/cache_http2_proto.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ h2_del_req(struct worker *wrk, struct h2_req *r2)
200200
}
201201

202202
Req_Cleanup(sp, wrk, r2->req);
203+
if (FEATURE(FEATURE_BUSY_STATS_RATE))
204+
WRK_AddStat(wrk);
203205
Req_Release(r2->req);
204206
}
205207

0 commit comments

Comments
 (0)