Forum Discussion

harry_35316's avatar
harry_35316
Icon for Nimbostratus rankNimbostratus
Jul 05, 2012

LB::detach

Hi,

 

 

Is there any reason to use the LB::detach event only in event of LB_failed.

 

 

 

What is the consequence if i use the LB::detach for every http request. We have a virtual server with http,tcp, ssl client, cookie persistence profile assigned and we want to assign an irule to detach server connection since we are using http pipelining and as per recommendation in SOL7964. Pls suggest

 

 

 

rule persist-cookie-keepalive {

 

when HTTP_REQUEST {

 

if { [HTTP::cookie names] contains "BIGipServer" } {

 

LB::detach

 

}

 

}

 

}

 

 

 

 

 

Now we want to use like below:

 

 

 

rule persist-cookie-keepalive {

 

when HTTP_REQUEST {

 

LB::detach

 

}

 

}