summaryrefslogtreecommitdiffhomepage
path: root/src/http
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2025-07-31 21:31:27 +0400
committerpluknet <pluknet@nginx.com>2025-08-03 10:07:07 +0400
commitf4005126d78d19f1efd4f8fb4cad916d8976d97a (patch)
treeccca09cd1f51b60129bcb71b565561df77de8043 /src/http
parent372659114ed9b7a406093890ec2bdf437925ce64 (diff)
downloadnginx-f4005126d78d19f1efd4f8fb4cad916d8976d97a.tar.gz
nginx-f4005126d78d19f1efd4f8fb4cad916d8976d97a.tar.bz2
Updated ngx_http_process_multi_header_lines() comments.
Missed in fcf4331a0.
Diffstat (limited to 'src/http')
-rw-r--r--src/http/v2/ngx_http_v2.c2
-rw-r--r--src/http/v3/ngx_http_v3_request.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/http/v2/ngx_http_v2.c b/src/http/v2/ngx_http_v2.c
index dba4477d5..13856583f 100644
--- a/src/http/v2/ngx_http_v2.c
+++ b/src/http/v2/ngx_http_v2.c
@@ -3722,7 +3722,7 @@ ngx_http_v2_construct_cookie_header(ngx_http_request_t *r)
if (hh->handler(r, h, hh->offset) != NGX_OK) {
/*
* request has been finalized already
- * in ngx_http_process_multi_header_lines()
+ * in ngx_http_process_header_line()
*/
return NGX_ERROR;
}
diff --git a/src/http/v3/ngx_http_v3_request.c b/src/http/v3/ngx_http_v3_request.c
index a52910860..844a4000a 100644
--- a/src/http/v3/ngx_http_v3_request.c
+++ b/src/http/v3/ngx_http_v3_request.c
@@ -1216,7 +1216,7 @@ ngx_http_v3_construct_cookie_header(ngx_http_request_t *r)
if (hh->handler(r, h, hh->offset) != NGX_OK) {
/*
* request has been finalized already
- * in ngx_http_process_multi_header_lines()
+ * in ngx_http_process_header_line()
*/
return NGX_ERROR;
}