comparison src/http/ngx_http_upstream.h @ 502:f0cac61857ae NGINX_0_8_3

nginx 0.8.3 *) Feature: the $upstream_cache_status variable. *) Bugfix: nginx could not be built on MacOSX 10.6. the bug had appeared in 0.8.2. *) Bugfix: nginx could not be built --without-http-cache; the bug had appeared in 0.8.2. *) Bugfix: a segmentation fault occurred in worker process, if a backend 401 error was intercepted and the backend did not set the "WWW-Authenticate" response header line. Thanks to Eugene Mychlo.
author Igor Sysoev <http://sysoev.ru>
date Fri, 19 Jun 2009 00:00:00 +0400
parents 207ae3ff0444
children 24b676623d4f
comparison
equal deleted inserted replaced
501:531b6bbae529 502:f0cac61857ae
296 unsigned store:1; 296 unsigned store:1;
297 unsigned cacheable:1; 297 unsigned cacheable:1;
298 unsigned accel:1; 298 unsigned accel:1;
299 unsigned ssl:1; 299 unsigned ssl:1;
300 #if (NGX_HTTP_CACHE) 300 #if (NGX_HTTP_CACHE)
301 unsigned stale_cache:1; 301 unsigned cache_status:3;
302 #endif 302 #endif
303 303
304 unsigned buffering:1; 304 unsigned buffering:1;
305 305
306 unsigned request_sent:1; 306 unsigned request_sent:1;