Skip to content

WIP: Use persistent connection to download

Because a typical slapos software installation installs a software from a URL, buildout it will make many connections to the same host (typically this gitlab instance).

This is a proof of concept of using connection pool by leveraging http://docs.python-requests.org/en/master/user/advanced/#session-objects . It was done using requests just because it was very easy to integrate.

/cc @luke @yusei @rafael @kazuhiko

Merge request reports