comparison src/http/ngx_http_request.h @ 224:9909a161eb28 NGINX_0_3_59

nginx 0.3.59 *) Feature: now is possible to do several redirection using the "error_page" directive. *) Bugfix: the "dav_access" directive did not support three parameters. *) Bugfix: the "error_page" directive did not changes the "Content-Type" header line after the "X-Accel-Redirect" was used; bug appeared in 0.3.58.
author Igor Sysoev <http://sysoev.ru>
date Wed, 16 Aug 2006 00:00:00 +0400
parents fa32d59d9a15
children 9eebc1b2cdbb
comparison
equal deleted inserted replaced
223:c3b6f8ef140b 224:9909a161eb28
366 /* used to learn the Apache compatible response length without a header */ 366 /* used to learn the Apache compatible response length without a header */
367 size_t header_size; 367 size_t header_size;
368 368
369 off_t request_length; 369 off_t request_length;
370 370
371 void **err_ctx;
372 ngx_uint_t err_status; 371 ngx_uint_t err_status;
373 372
374 ngx_http_connection_t *http_connection; 373 ngx_http_connection_t *http_connection;
375 374
376 ngx_http_log_handler_pt log_handler; 375 ngx_http_log_handler_pt log_handler;