]> git.kaiwu.me - nginx.git/commit
Win32: timer_resolution now ignored with select.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 20 Oct 2015 15:16:18 +0000 (18:16 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 20 Oct 2015 15:16:18 +0000 (18:16 +0300)
commitfaed7212fe78508f7b9675f93946820e9efe3e8f
tree81916e65d19ffd3f5ff0b25237fbdca5b2961ea4
parent67614b3aa39250c99d0c03fad9ae3e7db4c6a7ab
Win32: timer_resolution now ignored with select.

As setitimer() isn't available on Windows, time wasn't updated at all
if timer_resolution was used with the select event method.  Fix is
to ignore timer_resolution in such cases.
src/event/ngx_event.c