comparison src/http/ngx_http_event.c @ 135:e29909bd9b8a

nginx-0.0.1-2003-09-28-23:29:06 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 28 Sep 2003 19:29:06 +0000
parents cd54bcbaf3b5
children 2a615b036870
comparison
equal deleted inserted replaced
134:d57c6835225c 135:e29909bd9b8a
47 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection) }, 47 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection) },
48 { ngx_string("If-Modified-Since"), 48 { ngx_string("If-Modified-Since"),
49 offsetof(ngx_http_headers_in_t, if_modified_since) }, 49 offsetof(ngx_http_headers_in_t, if_modified_since) },
50 { ngx_string("Content-Length"), 50 { ngx_string("Content-Length"),
51 offsetof(ngx_http_headers_in_t, content_length) }, 51 offsetof(ngx_http_headers_in_t, content_length) },
52 { ngx_string("Accept-Encoding"),
53 offsetof(ngx_http_headers_in_t, accept_encoding) },
52 54
53 { ngx_string("Range"), offsetof(ngx_http_headers_in_t, range) }, 55 { ngx_string("Range"), offsetof(ngx_http_headers_in_t, range) },
54 #if 0 56 #if 0
55 { ngx_string("If-Range"), offsetof(ngx_http_headers_in_t, if_range) }, 57 { ngx_string("If-Range"), offsetof(ngx_http_headers_in_t, if_range) },
56 #endif 58 #endif