changeset 9441:d99bd28cbaf4

HTTP/3: improved invalid ":authority" error message.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 30 Jul 2025 17:43:44 +0400
parents 1682a4e21ce8
children 09255e161615
files src/http/v3/ngx_http_v3_request.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3_request.c	Wed Jul 23 15:56:37 2025 +0400
+++ b/src/http/v3/ngx_http_v3_request.c	Wed Jul 30 17:43:44 2025 +0400
@@ -965,7 +965,7 @@
 
         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;
         }