]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix issue where mod_ssl does not pick up the ssl-unclean-shutdown
authorJoe Orton <jorton@apache.org>
Tue, 19 Apr 2005 20:02:09 +0000 (20:02 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 19 Apr 2005 20:02:09 +0000 (20:02 +0000)
commitad3c259ae8ad28fe92c0ea1d4dee51fbf2a76561
tree47549684d78038d9563883e8d9a531c3fda5593c
parent973778b0d557737752e542df5f47633427be06e0
Fix issue where mod_ssl does not pick up the ssl-unclean-shutdown
setting when configured e.g. as a reverse proxy:

* modules/ssl/ssl_private.h: Remove ssl_hook_Translate.

* modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): Merge in
ssl_hook_Translate.  (ssl_hook_Translate): Remove.

* modules/ssl/mod_ssl.c (ssl_register_hooks): Ensure that _ReadReq
hook runs after mod_setenvif.c; don't register translate_name hook.

PR: 34452

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@161958 13f79535-47bb-0310-9956-ffa450edef68
mod_ssl.c
ssl_engine_kernel.c
ssl_private.h