red-hat-storage / rhcephcompose

A tool to compose releases of Red Hat Ceph Storage for Ubuntu
MIT License
1 stars 1 forks source link

artifacts: use requests session for download #92

Closed ktdreyer closed 5 years ago

ktdreyer commented 5 years ago

Prior to this change, we would throw away the persistent requests session instead of using it. This meant that even if callers passed in a persistent requests session, we would just create a new one with requests.get().

This is a fix for the feature introduced in 6567a1f37d475e98bb63512a723c6fdbcaef0027