[mod_gnutls] quiet CLOSE_NOTIFY after conn reset

do not log error after connection reset
master
Glenn Strauss 2 years ago
parent 496cd8ff44
commit 2dc3d5faac

@ -2584,6 +2584,8 @@ mod_gnutls_close_notify (handler_ctx *hctx)
default:
elog(hctx->r->conf.errh, __FILE__, __LINE__, rc,
"mod_gnutls_close_notify()");
__attribute_fallthrough__
case GNUTLS_E_PUSH_ERROR: /*(noisy; probably connection reset)*/
mod_gnutls_detach(hctx);
return -1;
}

Loading…
Cancel
Save