commit | 9cbb6148d6655ea5441b1802689f21131ee1eaeb | [log] [tgz] |
---|---|---|
author | Vasyl Saienko <vsaienko@mirantis.com> | Wed Feb 28 12:49:47 2018 +0200 |
committer | Vasyl Saienko <vsaienko@mirantis.com> | Wed Feb 28 11:03:06 2018 +0000 |
tree | ba220df9a330addfceb530457b4bebf884a707d5 | |
parent | 3119c01383b1e511710f84626fa9772a61877c7e [diff] |
Allow to disable keepalive There's a race condition when a client makes a request "at the same time" the HTTP connection is being closed by Apache because the `KeepAliveTimeout` is expired. This is explained in detail and can be reproduce using https://github.com/mikem23/keepalive-race or https://github.com/JordanP/openstack-snippets/blob/master/keepalive-race/keep-alive-race.py Just disable KeepAlive to fix the ('Connection aborted.', BadStatusLine("''",)) error we are seeing. Related-Prod: PROD-18148 Change-Id: I1061a937f6bca11ffb556604c216bf11c6db4006