iRules LX Sideband Connection - Handling timeouts
Introduction You often find external information necessary for traffic handling. It could be additional user information for authentication. It could be a white list to determine if the source IP ad...
Published Oct 31, 2019
Version 1.0Satoshi_Toyosa1
Ret. Employee
Joined May 15, 2019
Satoshi_Toyosa1
Ret. Employee
Joined May 15, 2019
Satoshi_Toyosa1
Dec 12, 2019Ret. Employee
I believe request.setSocketKeepAlive is for TCP keep-alive, as it calls socket.setKeepAlive. Not for http's "Connection: Keep-Alive". For reusing the established HTTP socket, you can use the http.Agent class and set the maxSocket to 1. If you want to retrieve multiple pages concurrently via multiple sockets, use the default Infinity.