storj/storagenode/trust
Jeff Wendling 64e43e555e pkg/rpc: return context error if ready after DialContext fails
the net package does not make it easy to know if DialContext
failed because the context was done. it's important for some
of our tests that canceled contexts are detected as such, so
we accept the small race that's arguably correct (the context
must be canceled asynchronously) to ensure we always return
the context error if available.

Change-Id: I058064d5c666e5353b74fb5bd300bf7abe537ff5
2019-10-04 20:09:00 +00:00
..
service_test.go implement storj.NodeURL in trusted satellites (#2388) 2019-07-03 13:29:18 -04:00
service.go pkg/rpc: return context error if ready after DialContext fails 2019-10-04 20:09:00 +00:00