Forum Discussion
Justin_Huff_481
Nimbostratus
Sep 08, 2008Keep-Alive on the client but not server side
I have a backend app that doesn't like http keep-alive/persistent connections. However, I'd really like the client to do persistent connections to the LB. The LB would then make non-persistent http ...
Deb_Allen_18
Feb 17, 2009Historic F5 Account
You can try forcing the serverside to HTTP/1.0 as we do to prevent chunking (another 1.1-only behaviour):
Don't allow data to be chunked
if { [HTTP::version] eq "1.1" } {
if { [HTTP::header is_keepalive] } {
HTTP::header replace "Connection" "Keep-Alive"
}
HTTP::version "1.0"
} /d
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
