comparison src/http/ngx_http_event.c @ 72:66de3f065886

nginx-0.0.1-2003-04-09-19:42:08 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 09 Apr 2003 15:42:08 +0000
parents 59229033ae93
children 57c2e18d3572
comparison
equal deleted inserted replaced
71:59229033ae93 72:66de3f065886
54 54
55 static ngx_http_header_t headers_in[] = { 55 static ngx_http_header_t headers_in[] = {
56 { ngx_string("Host"), offsetof(ngx_http_headers_in_t, host) }, 56 { ngx_string("Host"), offsetof(ngx_http_headers_in_t, host) },
57 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection) }, 57 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection) },
58 { ngx_string("If-Modified-Since"), 58 { ngx_string("If-Modified-Since"),
59 offsetof(ngx_http_headers_in_t,if_modified_since) }, 59 offsetof(ngx_http_headers_in_t, if_modified_since) },
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 62
63 { ngx_null_string, 0 } 63 { ngx_null_string, 0 }
64 }; 64 };