Forum Discussion
Brian_Ott_11267
Nimbostratus
Feb 03, 2005Compression based on client
Is it possible to construct an iRule to turn on compression based on a client's speed?
We find compression to be much less effective for many of our customers, and would like to turn it...
jwhitepnv_12764
Nimbostratus
Feb 28, 2005I tried the following and got the following error. How do I change the HTTP profile?
when CLIENT_DATA {
if { [TCP::rtt] >= 1000 } {
profile HTTP_maxcompress
} elseif { [TCP::rtt] >= 500 } {
profile HTTP_mincompress
} else {
profile HTTP
}
}
01070151:3: Rule [Rap_iRule] error:
line 3: [undefined procedure: profile] [profile HTTP_maxcompress]
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