comparison src/event/modules/ngx_kqueue_module.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 3a91bfeffaba
children f39b9e29530d
comparison
equal deleted inserted replaced
377:5d98007adb5f 378:820f6378fc00
444 |NOTE_ATTRIB|NOTE_RENAME 444 |NOTE_ATTRIB|NOTE_RENAME
445 #if (__FreeBSD__ == 4 && __FreeBSD_version >= 430000) \ 445 #if (__FreeBSD__ == 4 && __FreeBSD_version >= 430000) \
446 || __FreeBSD_version >= 500018 446 || __FreeBSD_version >= 500018
447 |NOTE_REVOKE 447 |NOTE_REVOKE
448 #endif 448 #endif
449 ; 449 ;
450 kev->data = 0; 450 kev->data = 0;
451 451
452 } else { 452 } else {
453 #if (NGX_HAVE_LOWAT_EVENT) 453 #if (NGX_HAVE_LOWAT_EVENT)
454 if (flags & NGX_LOWAT_EVENT) { 454 if (flags & NGX_LOWAT_EVENT) {