Forum Discussion
Didier_Fort_226
Altostratus
Jan 02, 2013iRule: TCP::close after HTTP::respond
Hello,
I searched on DC and could not find a straight answer to this question so here it is.
Let's say I have the following iRule:
rule my_irule {
when HTTP_REQUEST priority...
nitass
Employee
Jan 04, 2013I was concerned about the order, because I would guess that TCP::close would trigger an event (CLIENT_CLOSED maybe).i do not think so.
[root@ve10:Active] config b rule myrule list
rule myrule {
when CLIENT_ACCEPTED {
log local0. ""
TCP::respond "OK"
TCP::close
event disable all
}
when CLIENT_CLOSED {
log local0. ""
}
}
[root@ve10:Active] config tail -f /var/log/ltm
Jan 4 09:28:47 local/tmm info tmm[4876]: Rule myrule :
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
