mirror of
https://github.com/nginx/nginx.git
synced 2026-09-03 20:53:04 -05:00
c83922b18ddc83f654c1d0df48a6ca1ee9938078
Previously, the read event of the accepted connection was marked ready, but not available. This made EPOLLRDHUP-related code (for example, in ngx_unix_recv()) expect more data from the socket, leading to unexpected behavior. For example, if SSL, PROXY protocol and deferred accept were enabled on a listen socket, the client connection was aborted due to unexpected return value of c->recv().
Description
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
122 MiB
Languages
C
97.7%
Vim Script
1.7%
XS
0.4%
Perl
0.1%