From: Sergey Kandaurov Date: Wed, 30 Jul 2025 13:43:44 +0000 (+0400) Subject: HTTP/3: improved invalid ":authority" error message. X-Git-Tag: release-1.29.1~9 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=372659114ed9b7a406093890ec2bdf437925ce64;p=nginx.git HTTP/3: improved invalid ":authority" error message. --- diff --git a/src/http/v3/ngx_http_v3_request.c b/src/http/v3/ngx_http_v3_request.c index 32b11b598..a52910860 100644 --- a/src/http/v3/ngx_http_v3_request.c +++ b/src/http/v3/ngx_http_v3_request.c @@ -965,7 +965,7 @@ ngx_http_v3_init_pseudo_headers(ngx_http_request_t *r) if (rc == NGX_DECLINED) { ngx_log_error(NGX_LOG_INFO, r->connection->log, 0, - "client sent invalid host in request line"); + "client sent invalid \":authority\" header"); goto failed; }