comparison src/http/ngx_http_request.h @ 582:c456a023113c NGINX_0_8_43

nginx 0.8.43 *) Feature: large geo ranges base loading speed-up. *) Bugfix: an error_page redirection to "location /zero { return 204; }" without changing status code kept the error body; the bug had appeared in 0.8.42. *) Bugfix: nginx might close IPv6 listen socket during reconfiguration. Thanks to Maxim Dounin. *) Bugfix: the $uid_set variable may be used at any request processing stage.
author Igor Sysoev <http://sysoev.ru>
date Wed, 30 Jun 2010 00:00:00 +0400
parents 4d3e880ce86c
children 3036c1836a24
comparison
equal deleted inserted replaced
581:22b2345b75d9 582:c456a023113c
487 487
488 unsigned pipeline:1; 488 unsigned pipeline:1;
489 unsigned plain_http:1; 489 unsigned plain_http:1;
490 unsigned chunked:1; 490 unsigned chunked:1;
491 unsigned header_only:1; 491 unsigned header_only:1;
492 unsigned zero_body:1;
493 unsigned keepalive:1; 492 unsigned keepalive:1;
494 unsigned lingering_close:1; 493 unsigned lingering_close:1;
495 unsigned discard_body:1; 494 unsigned discard_body:1;
496 unsigned internal:1; 495 unsigned internal:1;
497 unsigned error_page:1; 496 unsigned error_page:1;