1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Expose whether a request was served over an Initial or Resumed SSL session to the environment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@779005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sander Temme
2009-05-27 05:41:07 +00:00
parent 563e30e937
commit 274263a214
3 changed files with 15 additions and 7 deletions

View File

@@ -1047,6 +1047,7 @@ static const char *ssl_hook_Fixup_vars[] = {
"SSL_SERVER_A_KEY",
"SSL_SERVER_A_SIG",
"SSL_SESSION_ID",
"SSL_SESSION_RESUMED",
NULL
};