mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* Fix a typo (timout -> timeout)
PR: 44360 Submitted by: Rainer Jung <rainer.jung kippdata.de> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2333,7 +2333,7 @@ static const char *util_ldap_set_connection_timeout(cmd_parms *cmd,
|
|||||||
" timeout to %ld seconds.", getpid(), st->connectionTimeout);
|
" timeout to %ld seconds.", getpid(), st->connectionTimeout);
|
||||||
#else
|
#else
|
||||||
ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, cmd->server,
|
ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, cmd->server,
|
||||||
"LDAP: Connection timout option not supported by the "
|
"LDAP: Connection timeout option not supported by the "
|
||||||
"LDAP SDK in use." );
|
"LDAP SDK in use." );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -2441,7 +2441,7 @@ PROXY_DECLARE(int) ap_proxy_connection_create(const char *proxy_function,
|
|||||||
proxy_function, backend_addr, conn->hostname);
|
proxy_function, backend_addr, conn->hostname);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* save the timout of the socket because core_pre_connection
|
* save the timeout of the socket because core_pre_connection
|
||||||
* will set it to base_server->timeout
|
* will set it to base_server->timeout
|
||||||
* (core TimeOut directive).
|
* (core TimeOut directive).
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user