TCP:isolate_client_close(flag)
Allows you to isolate the real server connection in the event the client connection closes. If the flag is 1, then FortiADC will not close the real server the client closes.
Syntax
TCP:isolate_client_close(flag)
Arguments
| Name | Description |
|---|---|
|
flag |
|
Events
Applicable in RULE_INIT.
Example
when RULE_INIT {
TCP:isolate_client_close(1)
}
Supported Version
FortiADC version 6.1.1 and later.