From: Joe Orton Date: Mon, 16 Oct 2023 11:49:09 +0000 (+0000) Subject: Merge r1913007 from trunk: [RTC exception for APLOGNO] X-Git-Tag: 2.4.58-rc2-candidate~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c6caeb2dc865bd08bf53a06844efe2f8c8c70bb;p=thirdparty%2Fapache%2Fhttpd.git Merge r1913007 from trunk: [RTC exception for APLOGNO] * modules/http2: Fill in APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913014 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_session.c b/modules/http2/h2_session.c index b6f6e7c01fb..3e1d2b91646 100644 --- a/modules/http2/h2_session.c +++ b/modules/http2/h2_session.c @@ -820,7 +820,7 @@ static apr_status_t session_cleanup(h2_session *session, const char *trigger) if (!h2_iq_empty(session->ready_to_process)) { int sid; ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, - H2_SSSN_LOG(APLOGNO(), session, + H2_SSSN_LOG(APLOGNO(10485), session, "cleanup, resetting %d streams in ready-to-process"), h2_iq_count(session->ready_to_process)); while ((sid = h2_iq_shift(session->ready_to_process)) > 0) {