Home > Configuration > NS > setnshttpprofile_reqtimeoutaction

setnshttpprofile_reqtimeoutaction

Use this method to set action to take when the HTTP request does not complete within the specified request timeout duration. You can configure the following actions:
* RESET - Send RST (reset) to client when timeout occurs.
* DROP - Drop silently when timeout occurs.
* Custom responder action - Name of the responder action to trigger when timeout occurs, used to send custom message.

Syntax



Parameters

name

Name of the HTTP profile to be modified.
This is mandatory parameter.

reqtimeoutaction

Action to take when the HTTP request does not complete within the specified request timeout duration. You can configure the following actions: * RESET - Send RST (reset) to client when timeout occurs. * DROP - Drop silently when timeout occurs. * Custom responder action - Name of the responder action to trigger when timeout occurs, used to send custom message.

Return Value

Returns simpleResult

See Also