Skip to content

Commit

Permalink
http_common: added pre-generated authority field
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich committed Nov 25, 2024
1 parent 08badf6 commit 856d670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fluent-bit/flb_http_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 856d670

Please sign in to comment.