mirror of https://github.com/F-Stack/f-stack.git
Nginx: Restore unexpected Comment
This commit is contained in:
parent
f4c5cf3972
commit
67b8d9710a
|
@ -251,7 +251,7 @@ ngx_process_events_and_timers(ngx_cycle_t *cycle)
|
||||||
|
|
||||||
delta = ngx_current_msec;
|
delta = ngx_current_msec;
|
||||||
|
|
||||||
//(void) ngx_process_events(cycle, timer, flags);
|
(void) ngx_process_events(cycle, timer, flags);
|
||||||
|
|
||||||
#if (NGX_HAVE_FSTACK)
|
#if (NGX_HAVE_FSTACK)
|
||||||
/* handle message from kernel (PS: signals from master) in case of network inactivity */
|
/* handle message from kernel (PS: signals from master) in case of network inactivity */
|
||||||
|
|
Loading…
Reference in New Issue