]> git.kaiwu.me - nginx.git/commit
SSL: lowered log level for WSAECONNABORTED errors on Windows.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 16 Aug 2019 15:16:21 +0000 (18:16 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 16 Aug 2019 15:16:21 +0000 (18:16 +0300)
commit1f960ed92a632cc60ac22c34237fe2f0eb1f8658
tree357e74bdb49b2b20fe39d6c886ab2a8b78370794
parente77ec60db1006849704a9f98a783bd0331d145ca
SSL: lowered log level for WSAECONNABORTED errors on Windows.

Winsock uses ECONNABORTED instead of ECONNRESET in some cases.
For non-SSL connections this is already handled since baad3036086e.

Reported at
http://mailman.nginx.org/pipermail/nginx-ru/2019-August/062363.html.
src/event/ngx_event_openssl.c