Forum Discussion
Mir_62083
Nimbostratus
Apr 08, 2014Election hash with https
Hi i am trying persist to bluecoat using election hash algorith, it works fine for http, but when i tried same for https its not working . below is my code for http . Please help , thanks in advance....
Mir_62083
Nimbostratus
Apr 08, 2014when HTTP_REQUEST { set High_Score -9999999999 set Node_Picked ""
foreach Cur_Node [active_members -list Ironport_pool] { if { [crc32 $Cur_Node[HTTP::uri]] > $High_Score } { set High_Score [crc32 $Cur_Node[HTTP::uri]] set Node_Picked $Cur_Node } } pool Ironport_pool member [lindex $Node_Picked 0] [lindex $Node_Picked 1] }
pool Ironport_pool member [lindex $Node_Picked 0] [lindex $Node_Picked 1] }
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