diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2022-12-15 19:40:44 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-12-15 19:40:44 +0400 |
commit | a1bb12e14ee86fdac2877c3a834b604f5bc522ae (patch) | |
tree | dae9169a2741a019c4840d8d5ab578bc78d30786 /src/core/ngx_proxy_protocol.h | |
parent | 36f7b31f9578c0d393cfe82d4e23c76a7539f34e (diff) | |
parent | 8e9f7e89b819702532803f10f728b070f8ee2617 (diff) | |
download | nginx-a1bb12e14ee86fdac2877c3a834b604f5bc522ae.tar.gz nginx-a1bb12e14ee86fdac2877c3a834b604f5bc522ae.zip |
Merged with the default branch.
Diffstat (limited to 'src/core/ngx_proxy_protocol.h')
-rw-r--r-- | src/core/ngx_proxy_protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_proxy_protocol.h b/src/core/ngx_proxy_protocol.h index 7d9d3eb70..d1749f57b 100644 --- a/src/core/ngx_proxy_protocol.h +++ b/src/core/ngx_proxy_protocol.h @@ -13,7 +13,8 @@ #include <ngx_core.h> -#define NGX_PROXY_PROTOCOL_MAX_HEADER 107 +#define NGX_PROXY_PROTOCOL_V1_MAX_HEADER 107 +#define NGX_PROXY_PROTOCOL_MAX_HEADER 4096 struct ngx_proxy_protocol_s { |