Skip to content

Commit

Permalink
T6226: fix tcp-request interface-definition help and description message
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdrw08 committed Apr 23, 2024
1 parent 6e93888 commit eda25e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface-definitions/include/haproxy/tcp-request.xml.i
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<!-- include start from haproxy/tcp-request.xml.i -->
<node name="tcp-request">
<properties>
<help>tcp-request directive</help>
<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>
<description>The timeout value specified in milliseconds</description>
</valueHelp>
</properties>
</leafNode>
Expand Down

0 comments on commit eda25e7

Please sign in to comment.