]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_http2: add aplogno where makefile did not detect it missing?
authorStefan Eissing <icing@apache.org>
Thu, 29 Jun 2023 10:38:08 +0000 (10:38 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 29 Jun 2023 10:38:08 +0000 (10:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910688 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_stream.c

index 282b06e975fd972d7b88a8f4cf98ef504376d2c7..257f0c7a9e3b4703194053f42141438720e34820 100644 (file)
@@ -1500,7 +1500,7 @@ static ssize_t stream_data_cb(nghttp2_session *ng2s,
         }
         else if (APR_ECONNRESET == rv || APR_ECONNABORTED == rv) {
             ap_log_cerror(APLOG_MARK, APLOG_DEBUG, rv, c1,
-                          H2_STRM_LOG(APLOGNO(), stream, "data_cb, reading data"));
+                          H2_STRM_LOG(APLOGNO(10471), stream, "data_cb, reading data"));
             h2_stream_rst(stream, H2_ERR_STREAM_CLOSED);
             return NGHTTP2_ERR_DEFERRED;
         }