comparison src/http/ngx_http_core_module.h @ 228:9eebc1b2cdbb NGINX_0_3_61

nginx 0.3.61 *) Change: now the "tcp_nodelay" directive is turned on by default. *) Feature: the "msie_refresh" directive. *) Feature: the "recursive_error_pages" directive. *) Bugfix: the "rewrite" directive returned incorrect redirect, if the redirect had the captured escaped symbols from original URI.
author Igor Sysoev <http://sysoev.ru>
date Mon, 28 Aug 2006 00:00:00 +0400
parents dd6c66b5b0e2
children 38e7b94d63ac
comparison
equal deleted inserted replaced
227:f554f17a0fb7 228:9eebc1b2cdbb
239 ngx_flag_t tcp_nopush; /* tcp_nopush */ 239 ngx_flag_t tcp_nopush; /* tcp_nopush */
240 ngx_flag_t tcp_nodelay; /* tcp_nodelay */ 240 ngx_flag_t tcp_nodelay; /* tcp_nodelay */
241 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */ 241 ngx_flag_t reset_timedout_connection; /* reset_timedout_connection */
242 ngx_flag_t port_in_redirect; /* port_in_redirect */ 242 ngx_flag_t port_in_redirect; /* port_in_redirect */
243 ngx_flag_t msie_padding; /* msie_padding */ 243 ngx_flag_t msie_padding; /* msie_padding */
244 ngx_flag_t msie_refresh; /* msie_refresh */
244 ngx_flag_t log_not_found; /* log_not_found */ 245 ngx_flag_t log_not_found; /* log_not_found */
246 ngx_flag_t recursive_error_pages; /* recursive_error_pages */
245 247
246 ngx_array_t *error_pages; /* error_page */ 248 ngx_array_t *error_pages; /* error_page */
247 249
248 ngx_path_t *client_body_temp_path; /* client_body_temp_path */ 250 ngx_path_t *client_body_temp_path; /* client_body_temp_path */
249 251