No description
Find a file
Maxim Dounin 95e1c4e8cf Win32: properly enabled select on Windows.
Previously, select was compiled in by default, but the NGX_HAVE_SELECT
macro was not set, resulting in iocp being used by default unless
the "--with-select_module" configure option was explicitly specified.
Since the iocp module is not finished and does not work properly, this
effectively meant that the "--with-select_module" option was mandatory.

With the change NGX_HAVE_SELECT is properly set, making "--with-select_module"
optional.  Accordingly, it is removed from misc/GNUmakefile win32 target.
2019-01-24 21:51:00 +03:00
auto Win32: properly enabled select on Windows. 2019-01-24 21:51:00 +03:00
conf MIME: added font/woff2 type (ticket #1243). 2018-06-15 17:29:55 +03:00
contrib Contrib: vim syntax, update core and 3rd party module directives. 2018-12-24 16:30:10 +02:00
docs nginx-1.15.8-RELEASE 2018-12-25 17:53:03 +03:00
misc Win32: properly enabled select on Windows. 2019-01-24 21:51:00 +03:00
src Events: fixed copying of old events in poll init. 2019-01-24 21:50:37 +03:00