Forum Discussion
Russell_E_Glaue
Nimbostratus
Feb 18, 2009How to disable iRule processing on keep-alive per request when using HTTP::respond
How to disable iRule processing on keep-alive per request when using HTTP::respond
Okay, I have encountered a problem I cannot figure out how to get around.
Here ...
hoolio
Cirrostratus
Feb 18, 2009info exists expects the variable name without the $:
info exists localVar
or
info exists ::globalVar
I'd suggest setting it on every request though (either to 0 or 1) depending on whether you want the other iRules' HTTP_REQUEST event code to run. That ensures that the variable is in the correct state on each request on the same TCP connection. I suppose the other option would be to unset the variable instead of setting it to 0 and then checking to see if it's defined in other rules.
Aaron
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
