commit | 09532ad83caa0f5c51af5bed026d007292bf758a | [log] [tgz] |
---|---|---|
author | Awdhesh Mathpal <mathpal@amazon.com> | Thu Oct 07 19:23:11 2021 -0700 |
committer | Awdhesh Mathpal <mathpal@amazon.com> | Thu Oct 07 19:23:11 2021 -0700 |
tree | 689a97851a82c4af7b4d9def5414ab0cd6bb1ed0 | |
parent | 7f0c363ca00995a79f95f8e2095d2921eaa9ce45 [diff] |
Proxy: disabled keepalive on extra data in non-buffered mode. The u->keepalive flag is initialized early if the response has no body (or an empty body), and needs to be reset if there are any extra data, similarly to how it is done in ngx_http_proxy_copy_filter(). Missed in 83c4622053b0.