python-zaqarclient/zaqarclient
Flavio Percoco 8104ff488b Don't reuse request and transport instances
Re-using these instances was causing request failures when talking to
`uwsgi`. I still don't know the exact cause - probably something related
to the headers or even cached in the `http.Client` instance - but this
does fix the current issue and it also makes sense to have a new request
object for every request.

Change-Id: I30f78e048eea7105e4cced4530b165ad7a25d914
2015-09-10 14:14:31 +02:00
..
auth Updated from global requirements 2015-08-27 13:19:58 +02:00
common Add support for flavor to the client library 2014-09-17 16:39:25 +02:00
queues Don't reuse request and transport instances 2015-09-10 14:14:31 +02:00
tests Pass group in pool's functional tests 2015-09-09 19:24:46 +02:00
transport Updated from global requirements 2015-08-27 13:19:58 +02:00
__init__.py Rename Marconi to Zaqar 2014-08-04 16:55:10 +02:00
_i18n.py Drop use of 'oslo' namespace package 2015-05-06 19:48:36 +00:00
errors.py Added i18n support 2014-11-13 17:17:01 +01:00
version.py Rename Marconi to Zaqar 2014-08-04 16:55:10 +02:00