mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: remove traces of removed option chksize, refs #3026
This commit is contained in:
parent
4538a854d5
commit
2e8b59cde7
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@
|
|||
<id>healthcheck.http_value</id>
|
||||
<label>Value</label>
|
||||
<type>text</type>
|
||||
<help><![CDATA[Specify a value to match with the expression. <br/><div class="text-info"><b>NOTE:</b> It is important to note that the responses will be limited to a certain size defined by the global "tune.chksize" option, which defaults to 16384 bytes.</div>]]></help>
|
||||
<help><![CDATA[Specify a value to match with the expression.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<label>Custom TCP check</label>
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
<id>healthcheck.tcp_sendValue</id>
|
||||
<label>Send data</label>
|
||||
<type>text</type>
|
||||
<help><![CDATA[Specify a value to match with the expression. <br/><div class="text-info"><b>NOTE:</b> It is important to note that the responses will be limited to a certain size defined by the global "tune.chksize" option, which defaults to 16384 bytes.</div>]]></help>
|
||||
<help><![CDATA[Specify a value to match with the expression.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
<id>healthcheck.tcp_matchType</id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue