comparison src/http/ngx_http_request.h @ 675:e924670896ab release-0.3.59

nginx-0.3.59-RELEASE import *) 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; the bug had appeared in 0.3.58.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Aug 2006 13:09:33 +0000
parents 63a820b0bc6c
children df95dcff753a
comparison
equal deleted inserted replaced
674:c4b2ba082d99 675:e924670896ab
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;