Forum Discussion
Ganesh_Ramamoor
Nimbostratus
Nov 08, 2005TCP Rule question
When I'm using this iRule:
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
if { [TCP::payload] contains "XXX" } {
pool XXX
}
elseif...
Ganesh_Ramamoor
Nimbostratus
Nov 08, 2005Thanks a lot for your quick response. Is that the behavior even if I have a oneconnect profile? (I tried with and without and got the same result).
I tried with LB::detach and it works fine. But when I do that, suppose if the client sends a request and the server is processing that request and the server is in the process of sending the response. At that if the client sends another request, the LB::detach will close the connection to the server and the the client will not get the response to the first request, is that correct?
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