1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

lognos for the new debugs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2023-06-28 11:39:43 +00:00
parent 6e2c06e744
commit bfb4dd90f1

View File

@@ -413,13 +413,13 @@ request_rec *h2_create_request_rec(const h2_request *req, conn_rec *c,
}
else if (h2_config_cgeti(c, H2_CONF_PROXY_REQUESTS)) {
if (!req->scheme) {
ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO()
ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10468)
"H2ProxyRequests on, but request misses :scheme");
access_status = HTTP_BAD_REQUEST;
goto die;
}
if (!req->authority) {
ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO()
ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10469)
"H2ProxyRequests on, but request misses :authority");
access_status = HTTP_BAD_REQUEST;
goto die;