moby--moby/api/server/router/plugin
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
..
backend.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
plugin.go Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
plugin_routes.go API: properly handle invalid JSON to return a 400 status 2018-11-06 21:30:44 +01:00