teemo_13
Aug 26, 2023Cirrus
iRule Processing query
I have a question.
If for example I have 2 events in an iRule
when CLIENT_ACCEPTED {
if { [Condition]}{ do something}
}
}
when HTTP_REQUEST{
if { [Condition]}{ do something}
}
}
If both the conditions are met on both events, will the iRule process the traffic twice? once for the first event then one for the 2nd event?
Nevermind, I've run this on my Lab. The answer is server 3 for all those who would look for the answers