Forum Discussion
NathanM_65949
Nimbostratus
Apr 27, 2008"Return" versus "Event Disable"
Simple question... is this: when HTTP_RESPONSE {
...do stuff...
event disable
...do other stuff...
}
The same as this: when HTTP_RESPONSE {
...do stuff...
return
...d...
Nicolas_Menant
Employee
Apr 27, 2008No this isn't the same thing.
event: Click here means all next HTTP request won't be analyzed by this TCP CONNECTION.
return: you stop processing this request but all next requests will be analyzed
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