]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commit
QUIC: logging of SSL library errors.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 21 May 2025 15:55:31 +0000 (19:55 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Fri, 23 May 2025 11:00:47 +0000 (15:00 +0400)
commit47f96993f669543c6cb4979dd3f680ad01314ee5
tree005e055a124da42fa111f90161b166eb37f17a24
parentef9cd3214ff3d9d1513da8927423f42184dcf8e5
QUIC: logging of SSL library errors.

Logging level for such errors, which should not normally happen,
is changed to NGX_LOG_ALERT, and ngx_log_error() is replaced with
ngx_ssl_error() for consistency with the rest of the code.
src/event/quic/ngx_event_quic_ssl.c