aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_headers.c')
-rw-r--r--src/http/ngx_http_headers.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http_headers.c b/src/http/ngx_http_headers.c
index b8773cbbf..a77483ac0 100644
--- a/src/http/ngx_http_headers.c
+++ b/src/http/ngx_http_headers.c
@@ -20,6 +20,9 @@ ngx_http_header_t ngx_http_headers_in[] = {
{ ngx_string("If-Range"), offsetof(ngx_http_headers_in_t, if_range) },
#endif
+ { ngx_string("Authorization"),
+ offsetof(ngx_http_headers_in_t, authorization) },
+
{ ngx_string("Keep-Alive"), offsetof(ngx_http_headers_in_t, keep_alive) },
{ ngx_null_string, 0 }