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
Go to file
Ruslan Ermilov ad2b9944b0 SSL: fixed non-working SSL shutdown on lingering close.
When doing lingering close, the socket was first shut down for writing,
so SSL shutdown initiated after lingering close was not able to send
the close_notify alerts (ticket #2056).

The fix is to call ngx_ssl_shutdown() before shutting down the socket.
2020-11-06 23:44:54 +03:00
auto Stream: set module. 2020-08-28 14:10:54 -07: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. 2020-05-26 19:17:11 +03:00
docs nginx-1.19.4-RELEASE 2020-10-27 18:09:20 +03:00
misc Updated OpenSSL used for win32 builds. 2020-09-29 15:56:16 +03:00
src SSL: fixed non-working SSL shutdown on lingering close. 2020-11-06 23:44:54 +03:00
.hgtags release-1.19.4 tag 2020-10-27 18:09:20 +03:00