mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* Add the possibility to set a separate connection timeout for backend
workers. PR: 45445 Submitted by: rahul <rahul sun.com> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -352,6 +352,8 @@ struct proxy_worker {
|
||||
char retry_set;
|
||||
char disablereuse;
|
||||
char disablereuse_set;
|
||||
apr_interval_time_t conn_timeout;
|
||||
char conn_timeout_set;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user