Latest update - 7560

This commit is contained in:
2019-08-19 20:42:36 +09:00
parent b68cbb3eb3
commit 4306e53ad8
+3
View File
@@ -2864,6 +2864,9 @@ ngx_ssl_connection_error(ngx_connection_t *c, int sslerr, ngx_err_t err,
if (sslerr == SSL_ERROR_SYSCALL) {
if (err == NGX_ECONNRESET
#if (NGX_WIN32)
|| err == NGX_ECONNABORTED
#endif
|| err == NGX_EPIPE
|| err == NGX_ENOTCONN
|| err == NGX_ETIMEDOUT