comparison src/http/ngx_http_request.h @ 418:ff86d646f9df NGINX_0_7_21

nginx 0.7.21 *) Changes in the ngx_http_limit_req_module. *) Feature: the EXSLT support in the ngx_http_xslt_module. Thanks to Denis F. Latypoff. *) Workaround: compatibility with glibc 2.3. Thanks to Eric Benson and Maxim Dounin. *) Bugfix: nginx could not run on MacOSX 10.4 and earlier; the bug had appeared in 0.7.6.
author Igor Sysoev <http://sysoev.ru>
date Tue, 11 Nov 2008 00:00:00 +0300
parents b4f69f2ef02c
children e7dbea1ee115
comparison
equal deleted inserted replaced
417:735cec38a814 418:ff86d646f9df
437 unsigned bypass_cache:1; 437 unsigned bypass_cache:1;
438 unsigned no_cache:1; 438 unsigned no_cache:1;
439 439
440 /* 440 /*
441 * instead of using the request context data in 441 * instead of using the request context data in
442 * ngx_http_limit_zone_module and ngx_http_limit_req_module 442 * ngx_http_limit_zone_module and ngx_http_limit_req_module
443 * we use the single bits in the request structure 443 * we use the single bits in the request structure
444 */ 444 */
445 unsigned limit_zone_set:1; 445 unsigned limit_zone_set:1;
446 unsigned limit_req_set:1; 446 unsigned limit_req_set:1;
447 447