Updated ngx_http_process_multi_header_lines() comments.

Missed in fcf4331a0.
This commit is contained in:
Sergey Kandaurov 2025-07-31 21:31:27 +04:00 committed by pluknet
parent 372659114e
commit f4005126d7
2 changed files with 2 additions and 2 deletions

View 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;
}

View 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;
}