summaryrefslogtreecommitdiff
path: root/src/request.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-03-28 01:19:52 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2023-04-04 22:12:34 -0400
commitcc2e25a89f6b03a3d7ac9a20711d7077d39ed04e (patch)
tree495a1a1f27e7fd779a46d16d0fffc27f7abf1a0d /src/request.h
parente1391bf8b7c67f3525f425b8226e172e6a94aa1b (diff)
downloadlighttpd-git-cc2e25a89f6b03a3d7ac9a20711d7077d39ed04e.tar.gz
[core] add members to http_header_parse_ctx
add log_request_header to http_header_parse_ctx
Diffstat (limited to 'src/request.h')
-rw-r--r--src/request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/request.h b/src/request.h
index c382553c..24eeead9 100644
--- a/src/request.h
+++ b/src/request.h
@@ -212,6 +212,7 @@ typedef struct http_header_parse_ctx {
uint8_t pseudo;
uint8_t scheme;
uint8_t trailers;
+ uint8_t log_request_header;
int8_t id;
uint32_t max_request_field_size;
unsigned int http_parseopts;