Bug #3351
Updated by Tom Clegg over 10 years ago
We use this logic for API requests because httplib2 throws BadStatusLine when reusing an already-open connection whose server side has closed.
* source:sdk/python/arvados/api.py#L27
We should do the same thing for PUT and GET requests in Keep.