comparison src/mail/ngx_mail_handler.c @ 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 98143f74eb3d
children c456a023113c
comparison
equal deleted inserted replaced
501:531b6bbae529 502:f0cac61857ae
708 } 708 }
709 709
710 #endif 710 #endif
711 711
712 #if (NGX_STAT_STUB) 712 #if (NGX_STAT_STUB)
713 ngx_atomic_fetch_add(ngx_stat_active, -1); 713 (void) ngx_atomic_fetch_add(ngx_stat_active, -1);
714 #endif 714 #endif
715 715
716 c->destroyed = 1; 716 c->destroyed = 1;
717 717
718 pool = c->pool; 718 pool = c->pool;