Forum Discussion
Ganesh_Ramamoor
Nimbostratus
Jan 17, 2006Question
when HTTP_REQUEST {
if { [HTTP::uri] contains "abc" } {
pool abc
}
elseif { [HTTP::uri] contains "xyz" } {
pool xyz
}
}
When I use the above iRule without a "oneconnect profile", if the client sends the first request with "abc" (and a server from pool abc is picked) and the second request with "xyz", will the client side connection remain intact and a new connection to a server in pool xyz be opened?
Thanks
- rapmaster_c_127Historic F5 AccountYes, if the client and server have negotiated keep-alives on the request to pool abc.
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