From 856d670cac1c3037b7bb1c3a0a831e228b743846 Mon Sep 17 00:00:00 2001 From: Leonardo Alminana Date: Mon, 25 Nov 2024 15:07:45 +0100 Subject: [PATCH] http_common: added pre-generated authority field Signed-off-by: Leonardo Alminana --- include/fluent-bit/flb_http_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fluent-bit/flb_http_common.h b/include/fluent-bit/flb_http_common.h index 9d4c593dcdd..f7f0d7df90d 100644 --- a/include/fluent-bit/flb_http_common.h +++ b/include/fluent-bit/flb_http_common.h @@ -88,6 +88,7 @@ struct flb_http_server_session; struct flb_http_request { int protocol_version; + cfl_sds_t authority; int method; cfl_sds_t path; cfl_sds_t host;