1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/router
Brian Goff 05390c4f6e Rely on request.Context() cancellation
The cancellable handler is no longer needed as the context that is
passed with the http request will be cancelled just like the close
notifier was doing.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-11-27 17:06:31 -08:00
..
build Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
checkpoint Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
container Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
debug Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
distribution Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
image Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
network Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
plugin Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
session move /session api endpoint out of experimental 2018-08-21 22:43:34 +00:00
swarm Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
system Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
volume Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
experimental.go fix typos 2018-09-01 21:26:38 +08:00
local.go Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
router.go Add canonical import comment 2018-02-05 16:51:57 -05:00