]> git.kaiwu.me - nginx.git/commit
SSL: logging level of "https proxy request" errors.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 5 Jul 2018 17:45:29 +0000 (20:45 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 5 Jul 2018 17:45:29 +0000 (20:45 +0300)
commitf206a112c6f9b1701a2dbb8c45340b9dfc964f0b
tree6b3f5c5c335bc7c22b4e6058cf71a6875f0b6794
parentc62f9c914ffea544e351cf4893b704b8b28a3a8e
SSL: logging level of "https proxy request" errors.

The "http request" and "https proxy request" errors cannot happen
with HTTP due to pre-handshake checks in ngx_http_ssl_handshake(),
but can happen when SSL is used in stream and mail modules.
src/event/ngx_event_openssl.c