pnicto / impartus-video-downloader

Impartus video downloader written in go
GNU General Public License v3.0
23 stars 3 forks source link

Improvize the http client #4

Open pnicto opened 1 year ago

pnicto commented 1 year ago

When reusing the client, the API constantly reset the connection after some point—not reusing solved this problem. Other alternatives are

Look for the improvements these new strategies can bring and switch accordingly.