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

@@ -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;