You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2022/02/09 00:21:11 UTC

svn commit: r1897882 - /httpd/httpd/trunk/modules/http2/h2_stream.c

Author: ylavic
Date: Wed Feb  9 00:21:11 2022
New Revision: 1897882

URL: http://svn.apache.org/viewvc?rev=1897882&view=rev
Log:
Follow up to r1897872: New APLOGNO

Modified:
    httpd/httpd/trunk/modules/http2/h2_stream.c

Modified: httpd/httpd/trunk/modules/http2/h2_stream.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_stream.c?rev=1897882&r1=1897881&r2=1897882&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_stream.c (original)
+++ httpd/httpd/trunk/modules/http2/h2_stream.c Wed Feb  9 00:21:11 2022
@@ -792,7 +792,7 @@ apr_status_t h2_stream_end_headers(h2_st
         if (stream->rtmp->scheme && strcasecmp(stream->rtmp->scheme,
             ap_ssl_conn_is_ssl(stream->session->c1)? "https" : "http")) {
                 ap_log_cerror(APLOG_MARK, APLOG_INFO, 0, stream->session->c1,
-                              H2_STRM_LOG(APLOGNO(), stream,"Request :scheme '%s' and "
+                              H2_STRM_LOG(APLOGNO(10379), stream,"Request :scheme '%s' and "
                               "connection do not match."), stream->rtmp->scheme);
             set_error_response(stream, HTTP_BAD_REQUEST);
         }