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 authored and edsiper committed Nov 25, 2024
1 parent 4798859 commit faf7da1
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 faf7da1

Please sign in to comment.