[nginx] Updated ngx_http_process_multi_header_lines() comments.
noreply at nginx.com
noreply at nginx.com
Fri Aug 22 17:02:10 UTC 2025
details: https://github.com/nginx/nginx/commit/f4005126d78d19f1efd4f8fb4cad916d8976d97a
branches: master
commit: f4005126d78d19f1efd4f8fb4cad916d8976d97a
user: Sergey Kandaurov <pluknet at nginx.com>
date: Thu, 31 Jul 2025 21:31:27 +0400
description:
Updated ngx_http_process_multi_header_lines() comments.
Missed in fcf4331a0.
---
src/http/v2/ngx_http_v2.c | 2 +-
src/http/v3/ngx_http_v3_request.c | 2 +-
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;
}
More information about the nginx-devel
mailing list