mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Add failontimeout to allow server admin to mark balancer member in err if IO timeout occurs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1465839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -451,6 +451,7 @@ struct proxy_balancer {
|
||||
proxy_server_conf *sconf;
|
||||
void *context; /* general purpose storage */
|
||||
proxy_balancer_shared *s; /* Shared data */
|
||||
int failontimeout; /* Whether to mark a member in Err if IO timeout occurs */
|
||||
};
|
||||
|
||||
struct proxy_balancer_method {
|
||||
|
Reference in New Issue
Block a user