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
...do other stuff...
}2 Replies
- Nicolas_Menant
Employee
No 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 - Nicolas_Menant
Employee
[Error]
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
