Mercurial > nginx
changeset 9442:09255e161615
Updated ngx_http_process_multi_header_lines() comments.
Missed in fcf4331a0.
| author | Sergey Kandaurov <pluknet@nginx.com> |
|---|---|
| date | Thu, 31 Jul 2025 21:31:27 +0400 |
| parents | d99bd28cbaf4 |
| children | bade3faa937d |
| files | src/http/v2/ngx_http_v2.c src/http/v3/ngx_http_v3_request.c |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/http/v2/ngx_http_v2.c Wed Jul 30 17:43:44 2025 +0400 +++ b/src/http/v2/ngx_http_v2.c Thu Jul 31 21:31:27 2025 +0400 @@ -3722,7 +3722,7 @@ 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; }
--- a/src/http/v3/ngx_http_v3_request.c Wed Jul 30 17:43:44 2025 +0400 +++ b/src/http/v3/ngx_http_v3_request.c Thu Jul 31 21:31:27 2025 +0400 @@ -1216,7 +1216,7 @@ 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; }
