diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-03 22:20:44 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-03 22:20:44 +0000 |
commit | cf80a70e1030f3c12e9b19e34e4f9ee9e2f72629 (patch) | |
tree | 0611cee87cc3d27340cff7fc8d324f6f61ad56b7 /src/http/ngx_http_headers.c | |
parent | a1512b1904fc7e3a0a5b99e49cff480085518445 (diff) | |
download | nginx-cf80a70e1030f3c12e9b19e34e4f9ee9e2f72629.tar.gz nginx-cf80a70e1030f3c12e9b19e34e4f9ee9e2f72629.zip |
nginx-0.0.1-2003-11-04-01:20:44 import
Diffstat (limited to 'src/http/ngx_http_headers.c')
-rw-r--r-- | src/http/ngx_http_headers.c | 3 |
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 } |