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

remove #if 0-ed ssl_hook_NewConnection code; was only left for reference,

no longer needed
remove #if 0-ed ssl_hook_TimeoutConnection code; ssl no longer talks directly
to the socket
PR:
Obtained from:
Submitted by:    madhu
Reviewed by:	 dougm


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90511 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug MacEachern
2001-08-22 21:37:15 +00:00
parent 8a61898a77
commit d792836690
3 changed files with 1 additions and 316 deletions

View File

@@ -298,9 +298,7 @@ static int ssl_hook_pre_connection(conn_rec *c)
* working some time before this happens.
*/
ssl_util_setmodconfig(c->base_server, "ssl::handshake::timeout", (void *)FALSE);
#if 0 /* XXX */
ap_set_callback_and_alarm(ssl_hook_TimeoutConnection, c->base_server->timeout);
#endif
ssl_io_filter_init(c, ssl);
return APR_SUCCESS;