Airlock 4.2.4 and newer does not use HTTP-Keepalive per default. In an intranet or server network, the added latency is usually not a problem because these networks are much faster than the internet connection in front of the WAF. If using HTTPS in the back-end network, Airlock is doing SSL-Session-Resumes to fullfill performance expectations.
Note that HTTPS connections to back-ends terminating SSL/TLS in Java, e.g. using Tomcat or JBoss, require one of these two settings:
If backend HTTP(S)-Keepalive is needed, follow these steps:
BackendForceNewConnections "FALSE"
These changes will survive activations, reboots and updates. But please check the setting if the system has been upgraded to a newer major release of Airlock.