The official NGINX Open Source repository.
Go to file
Maxim Dounin cb9fca0846 Resolver: added missing event handling after reading.
If we need to be notified about further events, ngx_handle_read_event()
needs to be called after a read event is processed.  Without this,
an event can be removed from the kernel and won't be reported again,
notably when using oneshot event methods, such as eventport on Solaris.

While here, error handling is also added, similar to one present in
ngx_resolver_tcp_read().  This is not expected to make a difference
and mostly added for consistency.
2021-03-28 17:45:31 +03:00
auto Mail: realip module. 2021-03-05 17:16:29 +03:00
conf MIME: added font/woff2 type (ticket #1243). 2018-06-15 17:29:55 +03:00
contrib Contrib: vim syntax, default highlighting (ticket #2141). 2021-02-25 23:42:25 +03:00
docs nginx-1.19.8-RELEASE 2021-03-09 18:27:50 +03:00
misc Updated OpenSSL used for win32 builds. 2021-03-09 16:38:55 +03:00
src Resolver: added missing event handling after reading. 2021-03-28 17:45:31 +03:00
.hgtags release-1.19.8 tag 2021-03-09 18:27:51 +03:00