You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"res" : the variable is shared only during response processing.
23308
23357
This prefix is followed by a name. The separator is a '.'. The name may only
23309
23358
contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
23310
-
</pre></div>
23359
+
</pre><a class="anchor" name="wait_end"></a><a class="anchor" name="7-wait_end"></a><a class="anchor" name="7.3.2-wait_end"></a><a class="anchor" name="wait_end (Using ACLs and fetching samples)"></a><a class="anchor" name="wait_end (Fetching samples from internal states)"></a><div class="keyword"><b><a class="anchor" name="wait_end"></a><a href="#7.3.2-wait_end">wait_end</a></b> : boolean</div><pre class="text">This fetch either returns true when the inspection period is over, or does
23360
+
not fetch. It is only used in ACLs, in conjunction with content analysis to
23361
+
avoid returning a wrong verdict early. It may also be used to delay some
23362
+
actions, such as a delayed reject for some special addresses. Since it either
23363
+
stops the rules evaluation or immediately returns true, it is recommended to
23364
+
use this acl as the last one in a rule. Please note that the default ACL
23365
+
"WAIT_END" is always usable without prior declaration. This test was designed
SSL data layer, so this will not work with "<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">server<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#server%20%28Peers%29">Peers</a></li><li><a href="#server%20%28Rings%29">Rings</a></li><li><a href="#server%20%28Alphabetically%20sorted%20keywords%20reference%29">Alphabetically sorted keywords reference</a></li></ul></span>" lines having the "<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">ssl<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#ssl%20%28Bind%20options%29">Bind options</a></li><li><a href="#ssl%20%28Server%20and%20default-server%20options%29">Server and default-server options</a></li></ul></span>"
24782
24854
option. This is mostly used in ACL to detect presence of an SSL hello message
24783
24855
that is supposed to contain an SSL session ID usable for stickiness.
24784
-
</pre><a class="anchor" name="wait_end"></a><a class="anchor" name="7-wait_end"></a><a class="anchor" name="7.3.5-wait_end"></a><a class="anchor" name="wait_end (Using ACLs and fetching samples)"></a><a class="anchor" name="wait_end (Fetching samples from buffer contents (Layer 6))"></a><div class="keyword"><b><a class="anchor" name="wait_end"></a><a href="#7.3.5-wait_end">wait_end</a></b> : boolean</div><pre class="text">This fetch either returns true when the inspection period is over, or does
24785
-
not fetch. It is only used in ACLs, in conjunction with content analysis to
24786
-
avoid returning a wrong verdict early. It may also be used to delay some
24787
-
actions, such as a delayed reject for some special addresses. Since it either
24788
-
stops the rules evaluation or immediately returns true, it is recommended to
24789
-
use this acl as the last one in a rule. Please note that the default ACL
24790
-
"WAIT_END" is always usable without prior declaration. This test was designed
0 commit comments