Document that closing two times doesn't do anything
This commit is contained in:
parent
cb362c4101
commit
980e2e09a5
1
ftp.go
1
ftp.go
@ -537,6 +537,7 @@ func (r *Response) Read(buf []byte) (int, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Close implements the io.Closer interface on a FTP data connection.
|
// Close implements the io.Closer interface on a FTP data connection.
|
||||||
|
// After the first call, Close will do nothing and return nil.
|
||||||
func (r *Response) Close() error {
|
func (r *Response) Close() error {
|
||||||
if r.closed {
|
if r.closed {
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user