]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commitdiff
Updated ngx_http_process_multi_header_lines() comments.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 31 Jul 2025 17:31:27 +0000 (21:31 +0400)
committerpluknet <pluknet@nginx.com>
Sun, 3 Aug 2025 06:07:07 +0000 (10:07 +0400)
Missed in fcf4331a0.

src/http/v2/ngx_http_v2.c
src/http/v3/ngx_http_v3_request.c

index dba4477d5e9f9c407f580dc1cbc95f0e560f9461..13856583f810c21b66b93edd5469d12afae4c67c 100644 (file)
@@ -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;
     }
index a5291086078880e4bc95ce8e8538a34039fcd1ab..844a4000a8563ab390385d8e36010badb383c438 100644 (file)
@@ -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;
     }