oio-sds icon indicating copy to clipboard operation
oio-sds copied to clipboard

Use same HTTP lib for all chunk operations

Open fvennetier opened this issue 6 years ago • 1 comments

A portion of oio.blob.clien.BlobClient uses requests, whereas the other portion uses oio.api.io.ChunkReader, which uses eventlet's httplib. This is not consistent. We would like to get rid of requests.

fvennetier avatar Jul 18 '17 12:07 fvennetier

tests.utils.BaseTestCase also uses requests, which can probably be replaced by urllib3.

fvennetier avatar Jul 20 '17 09:07 fvennetier