comparison src/event/modules/ngx_epoll_module.c @ 108:cf3d6edb3ad6 NGINX_0_3_1

nginx 0.3.1 *) Bugfix: the segmentation fault occurred when the signal queue overflowed if the "rtsig" method was used; bug appeared in 0.2.0. *) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in SSI.
author Igor Sysoev <http://sysoev.ru>
date Mon, 10 Oct 2005 00:00:00 +0400
parents 45f7329b4bd0
children 408f195b3482
comparison
equal deleted inserted replaced
107:495d867e35e8 108:cf3d6edb3ad6
403 return NGX_ERROR; 403 return NGX_ERROR;
404 } 404 }
405 405
406 if (timer == NGX_TIMER_INFINITE || timer > 500) { 406 if (timer == NGX_TIMER_INFINITE || timer > 500) {
407 timer = 500; 407 timer = 500;
408 break;
409 } 408 }
410 409
411 #endif 410 #endif
412 411
413 /* NGX_TIMER_INFINITE == INFTIM */ 412 /* NGX_TIMER_INFINITE == INFTIM */