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
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/build builder: add prune options to the API 2018-09-01 22:01:17 +00:00
httputils api/server, dockerversion: modify context key 2018-08-22 11:20:22 +09:00
middleware api/server, dockerversion: modify context key 2018-08-22 11:20:22 +09:00
router Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
middleware.go Add canonical import comment 2018-02-05 16:51:57 -05:00
router_swapper.go Add canonical import comment 2018-02-05 16:51:57 -05:00
server.go Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
server_test.go Various code-cleanup 2018-05-23 17:50:54 +02:00