Skip to content

Commit

Permalink
h2_session: follow up to r1761548: update log tag.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1762703 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ylavic committed Sep 28, 2016
1 parent dc8fa73 commit b4c74b7
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
@@ -1 +1 @@
3466
3467
2 changes: 1 addition & 1 deletion modules/http2/h2_session.c
Expand Up @@ -1436,7 +1436,7 @@ static apr_status_t on_stream_resume(void *ctx, int stream_id)
if (stream) {
int rv;
if (stream->rst_error) {
ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, APLOGNO()
ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, APLOGNO(03466)
"h2_stream(%ld-%d): RST_STREAM, err=%d",
session->id, stream->id, stream->rst_error);
rv = nghttp2_submit_rst_stream(session->ngh2, NGHTTP2_FLAG_NONE,
Expand Down

0 comments on commit b4c74b7

Please sign in to comment.