Initial proxy support.

This commit is contained in:
Igor Sysoev
2019-11-14 16:39:54 +03:00
parent 57e326b411
commit ddde9c23cf
16 changed files with 1264 additions and 44 deletions

View File

@@ -21,7 +21,8 @@ enum {
/* Name and Value field aka HTTP header. */
struct nxt_unit_field_s {
uint16_t hash;
uint8_t skip;
uint8_t skip:1;
uint8_t hopbyhop:1;
uint8_t name_length;
uint32_t value_length;