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

aplogno should be called aplogyes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2022-10-13 07:12:43 +00:00
parent 676e2c2169
commit ae791df8e2

View File

@@ -313,7 +313,7 @@ static void assign_headers(request_rec *r, const h2_request *req,
*/
const char *orig_host = apr_table_get(req->headers, "Host");
if (orig_host && strcmp(req->authority, orig_host)) {
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO()
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(10401)
"overwriting 'Host: %s' with :authority: %s'",
orig_host, req->authority);
apr_table_setn(r->subprocess_env, "H2_ORIGINAL_HOST", orig_host);