Forum Discussion
Nat_Thirasuttakorn
Employee
Nov 29, 2004what is iRule command to handle "no response" or "timeout" ?
is there any iRule command to handle "no response" or "timeout" either from client side or server side?
Thanks in advance.
- unRuleY_95363Historic F5 AccountI'm not completely sure what you mean by "no response". I think by "no response" you are meaning a hung or otherwise idle connection.
rule unresponsive { when CLIENT_ACCEPTED { set got_response 0 } when HTTP_RESPONSE { set got_response 1 } when CLIENT_CLOSED { if { not $got_response } { log "No server response on client [IP::remote_addr][TCP::remote_port] -> [IP::local_addr][TCP::local_port]" } } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects