Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
1aa0bd54
Commit
1aa0bd54
authored
Apr 08, 2013
by
Ilias Tsitsimpis
Browse files
astakosclient: For objpool pool_size is now size
parent
8e4d47a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-client/astakosclient/utils.py
View file @
1aa0bd54
...
...
@@ -61,7 +61,7 @@ def scheme_to_class(scheme, use_pool, pool_size):
"""Return the appropriate conn class for given scheme"""
def
_objpool
(
netloc
):
return
PooledHTTPConnection
(
netloc
=
netloc
,
scheme
=
scheme
,
pool_
size
=
pool_size
)
netloc
=
netloc
,
scheme
=
scheme
,
size
=
pool_size
)
def
_http_connection
(
netloc
):
return
closing
(
HTTPConnection
(
netloc
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment