]> git.kaiwu.me - nginx.git/commit
Added r->response_sent flag.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 30 Sep 2021 14:14:42 +0000 (17:14 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 30 Sep 2021 14:14:42 +0000 (17:14 +0300)
commitb6b2a45fb6824185889373cc0af070c4a90c1b4a
treebc64d7704e0d1ed8758f475b76639e2b878c7f97
parent3c31d3f42129689c5d8837d94fad0e44db9129a8
Added r->response_sent flag.

The flag indicates that the entire response was sent to the socket up to the
last_buf flag.  The flag is only usable for protocol implementations that call
ngx_http_write_filter() from header filter, such as HTTP/1.x and HTTP/3.
src/http/ngx_http_request.h
src/http/ngx_http_write_filter_module.c