[mod_cgi,mod_fastcgi,mod_scgi] X-Sendfile features
commitc380d2272922ca800c5e3f8fb8b9abf527ae4a61
authorGlenn Strauss <gstrauss@gluelogic.com>
Thu, 28 Apr 2016 15:28:27 +0000 (28 11:28 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Thu, 28 Apr 2016 16:58:58 +0000 (28 12:58 -0400)
tree17b0b6413a2d6f21686bfdc418d5e4186cd063b5
parent8f255d35df4b473e7671fa6496d6029df9dbc11e
parent1f23ba9adf1d89d7d776312805c894a41b3f9296
[mod_cgi,mod_fastcgi,mod_scgi] X-Sendfile features

[core] http_response_send_file() shared code (#2017)
[mod_fastcgi] use http_response_xsendfile()
  (fixes #799, fixes #851, fixes #2017, fixes #2076)
[mod_scgi] X-Sendfile feature (fixes #2253)
[mod_cgi] X-Sendfile feature (fixes #2313)

Merge branch 'feature-2017-http_response_send_file' into master

github: closes #59