-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3342 from fsdrw08/current
T6226: add HAPROXY tcp-request related block to load-balancing reverse proxy config
- Loading branch information
Showing
4 changed files
with
115 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- include start from haproxy/tcp-request.xml.i --> | ||
<node name="tcp-request"> | ||
<properties> | ||
<help>TCP request directive</help> | ||
</properties> | ||
<children> | ||
<leafNode name="inspect-delay"> | ||
<properties> | ||
<help>Set the maximum allowed time to wait for data during content inspection</help> | ||
<valueHelp> | ||
<format>u32:1-65535</format> | ||
<description>The timeout value specified in milliseconds</description> | ||
</valueHelp> | ||
<constraint> | ||
<validator name="numeric" argument="--range 1-65535"/> | ||
</constraint> | ||
<constraintErrorMessage>The timeout value must be in range 1 to 65535 milliseconds</constraintErrorMessage> | ||
</properties> | ||
</leafNode> | ||
</children> | ||
</node> | ||
<!-- include end --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters