comparison src/http/ngx_http_request.c @ 332:3a91bfeffaba NGINX_0_6_10

nginx 0.6.10 *) Feature: the "open_file_cache", "open_file_cache_retest", and "open_file_cache_errors" directives. *) Bugfix: socket leak; bug appeared in 0.6.7. *) Bugfix: a charset set by the "charset" directive was not appended to the "Content-Type" header set by $r->send_http_header(). *) Bugfix: a segmentation fault might occur in worker process if /dev/poll method was used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 03 Sep 2007 00:00:00 +0400
parents 5e3b425174f6
children 1c519aff5c0c
comparison
equal deleted inserted replaced
331:b69d5e83bf82 332:3a91bfeffaba
73 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection), 73 { ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection),
74 ngx_http_process_unique_header_line }, 74 ngx_http_process_unique_header_line },
75 75
76 { ngx_string("If-Modified-Since"), 76 { ngx_string("If-Modified-Since"),
77 offsetof(ngx_http_headers_in_t, if_modified_since), 77 offsetof(ngx_http_headers_in_t, if_modified_since),
78 ngx_http_process_header_line }, 78 ngx_http_process_unique_header_line },
79 79
80 { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent), 80 { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent),
81 ngx_http_process_header_line }, 81 ngx_http_process_header_line },
82 82
83 { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer), 83 { ngx_string("Referer"), offsetof(ngx_http_headers_in_t, referer),