Forum Discussion

Ganesh_Ramamoor's avatar
Ganesh_Ramamoor
Icon for Nimbostratus rankNimbostratus
Jan 17, 2006

Question

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_127's avatar
    rapmaster_c_127
    Historic F5 Account
    Yes, if the client and server have negotiated keep-alives on the request to pool abc.