[mod_nss] quiet trace for PR_END_OF_FILE_ERROR

quiet trace for PR_END_OF_FILE_ERROR
unless debug.log-ssl-noise = "enable"

x-ref:
  https://redmine.lighttpd.net/issues/3111#note-12
master
Glenn Strauss 2 years ago
parent 6fd98f89fa
commit 23b94856b1

@ -2191,6 +2191,7 @@ mod_nss_read_err(connection *con, handler_ctx *hctx)
return 0;
case PR_CONNECT_ABORTED_ERROR:
case PR_CONNECT_RESET_ERROR:
case PR_END_OF_FILE_ERROR:
if (!hctx->conf.ssl_log_noise) return -1;
__attribute_fallthrough__
default:

Loading…
Cancel
Save