comparison src/http/ngx_http_request.c @ 151:2d9e4a8b6d11

nginx-0.0.1-2003-10-20-21:14:07 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 20 Oct 2003 17:14:07 +0000
parents 86404ba5c517
children fb48bf4fea1c
comparison
equal deleted inserted replaced
150:ad5f382c9e7d 151:2d9e4a8b6d11
57 #if 0 57 #if 0
58 { ngx_string("If-Range"), offsetof(ngx_http_headers_in_t, if_range) }, 58 { ngx_string("If-Range"), offsetof(ngx_http_headers_in_t, if_range) },
59 #endif 59 #endif
60 60
61 { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent) }, 61 { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent) },
62 { ngx_string("Keep-Alive"), offsetof(ngx_http_headers_in_t, keep_alive) },
62 63
63 { ngx_null_string, 0 } 64 { ngx_null_string, 0 }
64 }; 65 };
65 66
66 67