deiu/solidproxy

Use persistent clients when fetching remote data

Closed this issue · 1 comments

deiu commented

The current version does not maintain persistent (keepalive) connections when fetching data from other servers. It should reuse the same client object when requesting additional resources.

deiu commented

Implemented in 185038a