commit | 82d0610f14e09931e00443364c7da25f42aa89de | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Wed Jun 28 17:42:31 2017 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Wed Jun 28 17:42:31 2017 -0400 |
tree | e9bb3a1f59fe79e52927a492462b959c5264edec | |
parent | 87362e572204ed7a8d66b7d4c518735bd311f256 [diff] |
Ensure keepalive isn't used on uwsgi http mode According to the uwsgi docs [1] for http keepalive there is a separate option for http keep alive, and just setting connection close isn't enough. This commit makes sure we disable http keepalive. This will hopefully fix the random connection issues we get on image uploads to glance, which uses uwsgi http mode. [1] http://uwsgi-docs.readthedocs.io/en/latest/HTTP.html#http-keep-alive Change-Id: Ic5f83c5c93f28b2bd62ca9ac96ca8c87797ea5c9 Closes-Bug: #1701088