Forum Discussion

EricRs_201906's avatar
EricRs_201906
Icon for Nimbostratus rankNimbostratus
May 22, 2015
Solved

iRule: Adjust idle timeout for 1 particular call

Hello,   I had a few questions if anyone has implemented or tried this I know there's a wiki link for it, link, However I wanted to know if the sample request would open the idle time out for ALL r...
  • Hannes_Rapp_162's avatar
    May 22, 2015

    The use of "else" clause is good for visibility reasons. Admin does not have to check the settings inside a TCP profile to know what the TO value is for all other requests.

    For efficiency, I recommend using a comparison against

    [string tolower[HTTP::path]] starts_with
    , instead of your current
    [HTTP::uri] starts_with
    statement.