27e904af69
Currently HTTPClient creates a new TCP connection for each API request. We could actually reuse created connections by relying upon HTTP keep-alive feature. That would enable us to do a few queries in a row more efficiently. Fixes bug 1170385. Change-Id: Ie6d8fb9670938e3790017509a242630b67abd794 |
||
---|---|---|
.. | ||
v1_1 | ||
__init__.py | ||
fakes.py | ||
test_auth_plugins.py | ||
test_base.py | ||
test_client.py | ||
test_discover.py | ||
test_http.py | ||
test_service_catalog.py | ||
test_shell.py | ||
test_utils.py | ||
utils.py |