You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An http.Client fails to download files with this error:
use of closed network connection
Debugging the issue shows that indeed the net/http package is sending a RST packet while
the remote side is still delivering data, so apparently the connection is being locally
closed.