comparison src/http/ngx_http_request.h @ 388:6de24473fa70 NGINX_0_7_6

nginx 0.7.6 *) Bugfix: now if variables are used in the "access_log" directive a request root existence is always tested. *) Bugfix: the ngx_http_flv_module did not support several values in a query string.
author Igor Sysoev <http://sysoev.ru>
date Mon, 07 Jul 2008 00:00:00 +0400
parents 12defd37f578
children 34fb3a573548
comparison
equal deleted inserted replaced
387:4cde8b18f2c9 388:6de24473fa70
467 unsigned post_action:1; 467 unsigned post_action:1;
468 unsigned request_complete:1; 468 unsigned request_complete:1;
469 unsigned request_output:1; 469 unsigned request_output:1;
470 unsigned header_sent:1; 470 unsigned header_sent:1;
471 unsigned expect_tested:1; 471 unsigned expect_tested:1;
472 unsigned root_tested:1;
472 unsigned done:1; 473 unsigned done:1;
473 unsigned utf8:1; 474 unsigned utf8:1;
474 475
475 unsigned buffered:4; 476 unsigned buffered:4;
476 477