Forum Discussion

jay_41157's avatar
jay_41157
Icon for Nimbostratus rankNimbostratus
Aug 28, 2008

can this Irule be optimized?

when HTTP_REQUEST {   if { [matchclass [string tolower [HTTP::uri]] starts_with $::legacyPaths] } {   checked for matchclass == legacyPaths and forward to Legacy_http_pool   ...