]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
REMOTE_ADDR is now r->useragent_ip, which is not/never available at
authorKaspar Brand <kbrand@apache.org>
Sat, 24 Dec 2011 06:22:49 +0000 (06:22 +0000)
committerKaspar Brand <kbrand@apache.org>
Sat, 24 Dec 2011 06:22:49 +0000 (06:22 +0000)
commite5b4e53894cb8a4d743c364607e2b0d4c536f59b
treeca3be18b6bf00ec99329e64a55b8dfa2103bb76c
parentac2d585d7155ade061cfab5cac10cd540d0f828f
REMOTE_ADDR is now r->useragent_ip, which is not/never available at
SSL_CB_HANDSHAKE_DONE time. ap_log_cerror() already logs c->client_ip
for us, however, so we can simply drop REMOTE_ADDR from the message.

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