Skip to content

Commit

Permalink
* modules/http2: Fill in APLOGNO.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913007 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed Oct 16, 2023
1 parent 88e86af commit 6809fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/log-message-tags/next-number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10485
10486
2 changes: 1 addition & 1 deletion modules/http2/h2_session.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6809fe4

Please sign in to comment.