summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_router.h')
-rw-r--r--src/nxt_router.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_router.h b/src/nxt_router.h
index 3e523001..cfc7258c 100644
--- a/src/nxt_router.h
+++ b/src/nxt_router.h
@@ -208,6 +208,7 @@ typedef struct {
uint8_t discard_unsafe_fields; /* 1 bit */
uint8_t server_version; /* 1 bit */
+ uint8_t chunked_transform; /* 1 bit */
nxt_http_forward_t *forwarded;
nxt_http_forward_t *client_ip;