14845: Fix inconsistent timeout error message.
authorTom Clegg <tclegg@veritasgenetics.com>
Thu, 14 Feb 2019 07:07:21 +0000 (02:07 -0500)
committerTom Clegg <tclegg@veritasgenetics.com>
Thu, 14 Feb 2019 07:07:21 +0000 (02:07 -0500)
commit9fa65d7621853b24b7fb13acd44fedb28543b261
tree931fc8fbf88d39b1d569b18f6116d39ced3e107e
parenta4396e183ec11a7241cf5089c5ccfbca1ad8627f
14845: Fix inconsistent timeout error message.

http.Client's Timeout feature is not needed because every outgoing
request runs in the context of an incoming request, which already has
a deadline. It only makes the "timed out" error response inconsistent.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>
lib/controller/federation_test.go
lib/controller/handler.go