zaqar/marconi/proxy/utils
Alejandro Cabrera 0e11e70138 bug: proxy headers aren't forwarded properly
The proxy currently forwards headers in WSGI format,
e.g. 'Content_Length', vs. 'Content-Length'. This breaks any standards
conforming HTTP server that's placed in between the proxy and
marconi-queues endpoints (for partitioning). This patch cannonicalizes
headers before they are forwarded to resolve this issue.

Change-Id: I1eab83dbb1fb9cfec5d15d40830e383da4e6591e
2013-10-07 13:23:15 -04:00
..
__init__.py feat: marconi proxy 2013-09-17 11:03:34 -04:00
forward.py feat: add logging to proxy 2013-10-04 17:27:48 -05:00
helpers.py bug: proxy headers aren't forwarded properly 2013-10-07 13:23:15 -04:00
http.py proxy: mirror structure of marconi queues + bootstrap 2013-10-01 17:11:25 -04:00
lookup.py feat: add logging to proxy 2013-10-04 17:27:48 -05:00
partition.py proxy: adds oslo.cache, config support, & stevedore 2013-09-25 13:16:54 +00:00
round_robin.py proxy: mirror structure of marconi queues + bootstrap 2013-10-01 17:11:25 -04:00