mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Revert r1733054: spurious commit of being-worked mod_reqtimeout changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2721,7 +2721,7 @@ PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function,
|
||||
* restore any ssl_hostname for this connection set earlier by
|
||||
* ap_proxy_determine_connection().
|
||||
*/
|
||||
char ssl_hostname[PROXY_WORKER_RFC1035_NAME_SIZE];
|
||||
char ssl_hostname[512]; /* host+domain names max (rfc1035-2.3.4) */
|
||||
if (!conn->ssl_hostname || PROXY_STRNCPY(ssl_hostname,
|
||||
conn->ssl_hostname)) {
|
||||
ssl_hostname[0] = '\0';
|
||||
|
Reference in New Issue
Block a user