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
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
http://golang.org/pkg/net/http/#Client.Do
Callers should close resp.Body when done reading from it. If resp.Body is not closed, the Client's underlying RoundTripper (typically Transport) may not be able to re-use a persistent TCP connection to the server for a subsequent "keep-alive" request.
We encountered stale sockets for the process and at the end it fails with too many open files. It happens with s3-eu-west-1.amazonaws.com backend.
go version 1.3
The text was updated successfully, but these errors were encountered:
axw
added a commit
to axw/amz
that referenced
this issue
Jun 30, 2015
http://golang.org/pkg/net/http/#Client.Do
Callers should close resp.Body when done reading from it. If resp.Body is not closed, the Client's underlying RoundTripper (typically Transport) may not be able to re-use a persistent TCP connection to the server for a subsequent "keep-alive" request.
We encountered stale sockets for the process and at the end it fails with too many open files. It happens with s3-eu-west-1.amazonaws.com backend.
go version 1.3
The text was updated successfully, but these errors were encountered: