Lines Matching refs:connection_close
339 req.connection_close = !llhttp_should_keep_alive(htp); in htp_hdrs_completecb()
923 auto connection_close = false; in send_reply() local
932 connection_close = true; in send_reply()
935 connection_close = true; in send_reply()
939 connection_close = true; in send_reply()
943 if (connection_close) { in send_reply()
944 resp.connection_close = true; in send_reply()
1006 resp.connection_close = true; in error_reply()
1171 resp.connection_close = true; in on_downstream_header_complete()
1176 if (!req.connection_close && !resp.connection_close) { in on_downstream_header_complete()
1340 resp.connection_close = true; in on_downstream_body_complete()
1343 if (req.connection_close || resp.connection_close || in on_downstream_body_complete()