Skip to content

Commit faf7da1

Browse files
leonardo-albertovichedsiper
authored andcommitted
http_common: added pre-generated authority field
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent 4798859 commit faf7da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/fluent-bit/flb_http_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ struct flb_http_server_session;
8888

8989
struct flb_http_request {
9090
int protocol_version;
91+
cfl_sds_t authority;
9192
int method;
9293
cfl_sds_t path;
9394
cfl_sds_t host;

0 commit comments

Comments
 (0)