From 4741f409119fa8e7d11e8ad88cf9f5adcf41acd3 Mon Sep 17 00:00:00 2001 From: Walid Boudebouda Date: Wed, 21 Feb 2024 18:27:55 +0100 Subject: [PATCH] h2: Add support for busy_stats_rate Refs #4055 --- bin/varnishd/http2/cache_http2_proto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/varnishd/http2/cache_http2_proto.c b/bin/varnishd/http2/cache_http2_proto.c index afdbdeebe1..52a1c2121d 100644 --- a/bin/varnishd/http2/cache_http2_proto.c +++ b/bin/varnishd/http2/cache_http2_proto.c @@ -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); }