F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

NathanM_65949's avatar
NathanM_65949
Icon for Nimbostratus rankNimbostratus
Apr 26, 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...