]> 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)
commit645809dbba9341629b6469d6516786814428748b
tree9b106254460041430a0ff412b0460454c6a5c6aa
parentcda74843ef73c40b7757609d944af5681de6c2d4
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@161958 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_private.h