comparison src/event/ngx_event_pipe.c @ 378:820f6378fc00 NGINX_0_7_1

nginx 0.7.1 *) Change: now locations are searched in a tree. *) Change: the "optimize_server_names" directive was canceled due to the "server_name_in_redirect" directive introduction. *) Change: some long deprecated directives are not supported anymore. *) Change: the "none" parameter in the "ssl_session_cache" directive; now this is default parameter. Thanks to Rob Mueller. *) Bugfix: worker processes might not catch reconfiguration and log rotation signals. *) Bugfix: nginx could not be built on latest Fedora 9 Linux. Thanks to Roxis.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 May 2008 00:00:00 +0400
parents 05693816539c
children dac47e9ef0d5
comparison
equal deleted inserted replaced
377:5d98007adb5f 378:820f6378fc00
878 878
879 for (s = buf->shadow; !s->last_shadow; s = s->shadow) { /* void */ } 879 for (s = buf->shadow; !s->last_shadow; s = s->shadow) { /* void */ }
880 880
881 ll = free; 881 ll = free;
882 882
883 for (cl = *free ; cl; cl = cl->next) { 883 for (cl = *free; cl; cl = cl->next) {
884 if (cl->buf == s) { 884 if (cl->buf == s) {
885 *ll = cl->next; 885 *ll = cl->next;
886 break; 886 break;
887 } 887 }
888 888