storj/pkg/storage/ec
Kaloyan Raev 5fa7a4a7c6 Ensure ECClient upload timer is stopped when no more status is expected (#1397)
This change ensures that the upload timer of ECClient is always stopped after no more status is expected from uploaded pieces. It also ensures that the "Timer expired" message will be logged only if the context is not already cancelled.

This is to avoid confusing logs where a "Timer expired" message is logged significantly later and mixes with similar messages logged from the upload of the next file segments.
2019-03-04 14:48:13 +01:00
..
mocks Use SignedHash on client/uplink side (#1354) 2019-02-25 16:57:54 +01:00
client_test.go Use SignedHash on client/uplink side (#1354) 2019-02-25 16:57:54 +01:00
client.go Ensure ECClient upload timer is stopped when no more status is expected (#1397) 2019-03-04 14:48:13 +01:00
common.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
psclient_mock_test.go Use SignedHash on client/uplink side (#1354) 2019-02-25 16:57:54 +01:00
transportclient_mock_test.go removes some SignedMessage use (#1258) 2019-02-19 23:36:08 -06:00