mirror of https://github.com/nginx/nginx
Updated ngx_http_process_multi_header_lines() comments.
Missed in fcf4331a0.
This commit is contained in:
parent
372659114e
commit
f4005126d7
|
|
@ -3722,7 +3722,7 @@ ngx_http_v2_construct_cookie_header(ngx_http_request_t *r)
|
||||||
if (hh->handler(r, h, hh->offset) != NGX_OK) {
|
if (hh->handler(r, h, hh->offset) != NGX_OK) {
|
||||||
/*
|
/*
|
||||||
* request has been finalized already
|
* request has been finalized already
|
||||||
* in ngx_http_process_multi_header_lines()
|
* in ngx_http_process_header_line()
|
||||||
*/
|
*/
|
||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1216,7 +1216,7 @@ ngx_http_v3_construct_cookie_header(ngx_http_request_t *r)
|
||||||
if (hh->handler(r, h, hh->offset) != NGX_OK) {
|
if (hh->handler(r, h, hh->offset) != NGX_OK) {
|
||||||
/*
|
/*
|
||||||
* request has been finalized already
|
* request has been finalized already
|
||||||
* in ngx_http_process_multi_header_lines()
|
* in ngx_http_process_header_line()
|
||||||
*/
|
*/
|
||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue