Files
devstack/lib
Jordan Pittier 00edb2f380 TLS proxy: disable HTTP 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.

Change-Id: I46e9f70ee740ec7996c98d386d5289c1491e9436
(cherry picked from commit 4370925181)
2017-02-15 13:31:34 +00:00
..
2015-11-27 15:36:04 +11:00
2016-12-23 13:15:03 -05:00
2017-01-20 10:48:29 -05:00
2015-11-27 15:36:04 +11:00
2015-11-27 15:36:04 +11:00
2017-01-20 10:48:29 -05:00
2017-01-05 18:41:29 -05:00
2015-11-27 15:36:04 +11:00
2017-01-20 10:48:20 -05:00
2016-01-05 07:41:35 -05:00
2016-12-05 15:32:25 +08:00
2015-12-01 14:52:35 -05:00
2017-01-06 00:33:27 +00:00
2017-02-08 10:15:51 -05:00
2016-05-09 14:26:08 -04:00
2017-02-15 13:31:34 +00:00