Rename connClosed -> closed

This commit is contained in:
Davide D'Agostino
2017-05-04 17:46:29 -07:00
parent 7e3820b35d
commit cb362c4101
2 changed files with 6 additions and 5 deletions

View File

@@ -81,6 +81,7 @@ func testConn(t *testing.T, disableEPSV bool) {
t.Errorf("'%s'", buf)
}
r.Close()
r.Close() // test we can close two times
}
// Read with deadline