comparison src/event/modules/ngx_kqueue_module.c @ 559:c1f965ef9718 release-0.3.1

nginx-0.3.1-RELEASE import *) Bugfix: the segmentation fault occurred when the signal queue overflowed if the "rtsig" method was used; the bug had appeared in 0.2.0. *) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in SSI.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Oct 2005 12:59:41 +0000
parents ecd9c160f25b
children e48ebafc6939
comparison
equal deleted inserted replaced
558:96a964d17328 559:c1f965ef9718
460 return NGX_ERROR; 460 return NGX_ERROR;
461 } 461 }
462 462
463 if (timer == NGX_TIMER_INFINITE || timer > 500) { 463 if (timer == NGX_TIMER_INFINITE || timer > 500) {
464 timer = 500; 464 timer = 500;
465 break;
466 } 465 }
467 466
468 #endif 467 #endif
469 468
470 accept_lock = 0; 469 accept_lock = 0;