mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Workaround till connection_hook details are resolved
[MATHIHALLI,MADHUSUDAN <madhusudan_mathihalli@hp.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89620 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -320,7 +320,7 @@ static int ssl_hook_pre_connection(conn_rec *c)
|
||||
* Adv. if conn_rec * can be accepted is we can hook this function using the
|
||||
* ap_hook_process_connection hook.
|
||||
*/
|
||||
static int ssl_hook_process_connection(SSLFilterRec *pRec)
|
||||
int ssl_hook_process_connection(SSLFilterRec *pRec)
|
||||
{
|
||||
int n, err;
|
||||
conn_rec *c = SSL_get_app_data (pRec->pssl);
|
||||
|
Reference in New Issue
Block a user