mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00:00
Updated link to OpenSSL commit
This commit is contained in:
parent
455fbf8c45
commit
8bbaf83d48
1 changed files with 1 additions and 1 deletions
|
|
@ -3251,7 +3251,7 @@ ngx_ssl_write(ngx_connection_t *c, u_char *data, size_t size)
|
|||
* OpenSSL 1.1.1 fails to return SSL_ERROR_SYSCALL if an error
|
||||
* happens during SSL_write() after close_notify alert from the
|
||||
* peer, and returns SSL_ERROR_ZERO_RETURN instead,
|
||||
* https://git.openssl.org/?p=openssl.git;a=commitdiff;h=8051ab2
|
||||
* see https://github.com/openssl/openssl/commit/8051ab2
|
||||
*/
|
||||
|
||||
sslerr = SSL_ERROR_SYSCALL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue