19205: Remove redundant RequestTimeout implementation.
authorTom Clegg <tom@curii.com>
Fri, 24 Jun 2022 15:25:59 +0000 (11:25 -0400)
committerTom Clegg <tom@curii.com>
Fri, 24 Jun 2022 16:03:49 +0000 (12:03 -0400)
commit13ea738547ce7232c152873970770c21e97d2830
treedd7e733a90ec6490b56ffaee8c70540998d4abd4
parent4bec5aa50dc40924741221259bfcbb53056cb35c
19205: Remove redundant RequestTimeout implementation.

lib/controller doesn't need its own -- it uses lib/service, which uses
httpserver.HandlerWithDeadline.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
lib/controller/handler.go
lib/controller/handler_test.go
sdk/go/httpserver/logger.go