remove redundant calls to end-of-request hooks
commit1adf1df28565eebdc33058b8900e99d1866bc2cd
authorGlenn Strauss <gstrauss@gluelogic.com>
Wed, 21 Dec 2016 00:10:19 +0000 (20 19:10 -0500)
committerGlenn Strauss <gstrauss@gluelogic.com>
Sat, 14 Jan 2017 06:06:16 +0000 (14 01:06 -0500)
tree2dae4cc6ef09e49d8db0ac0f4692c58b0ef3b9e2
parenta801ef55a0aee581e10fbeaf598ef9e94d79e103
remove redundant calls to end-of-request hooks

The (misnamed) connection_reset hook is always called after a request,
whether request completes or is aborted, and whether keep-alive or not,
so no needed to repeat the same function in the handle_connection_close
hook.
src/mod_deflate.c
src/mod_fastcgi.c
src/mod_proxy.c
src/mod_scgi.c
src/mod_uploadprogress.c
src/plugin.h