summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_http_parse.h')
-rw-r--r--src/nxt_http_parse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nxt_http_parse.h b/src/nxt_http_parse.h
index d7ce5e4f..d319c71d 100644
--- a/src/nxt_http_parse.h
+++ b/src/nxt_http_parse.h
@@ -81,7 +81,8 @@ typedef struct {
struct nxt_http_field_s {
uint16_t hash;
- uint8_t skip; /* 1 bit */
+ uint8_t skip:1;
+ uint8_t hopbyhop:1;
uint8_t name_length;
uint32_t value_length;
u_char *name;