moby--moby/api/server/router
Drew Erny f19b0d72d1 fix docker logs error handling
Previously, `docker logs` (and by extension, `docker service logs`) had
an error in the way they returned errors that occurred after a stream
had already been started. Specifically, the errors were added verbatim
to the HTTP response, which caused StdCopy to fail with an esoteric
error. This change updates StdCopy to accept errors from the source
stream and then return those errors when copying to the destination
stream.

Signed-off-by: Drew Erny <drew.erny@docker.com>
2017-02-14 14:38:42 -08:00
..
build Fix processing of unset build-args during build 2016-12-07 07:41:55 -08:00
checkpoint router: Return explicit error rather than 404 for experimental. 2016-11-17 15:51:47 -08:00
container fix docker logs error handling 2017-02-14 14:38:42 -08:00
image Generate ImageDeleteResponse from swagger spec. 2017-01-03 11:47:47 -05:00
network Return error in case `docker network inspect` is ambiguous 2017-02-07 18:05:29 -08:00
plugin Use distribution reference 2017-02-07 11:08:37 -08:00
swarm fix docker logs error handling 2017-02-14 14:38:42 -08:00
system rename clusterProvider to cluster in router 2016-12-26 20:53:13 +08:00
volume Convert DanglingOnly to Filters for `docker image prune` 2016-12-02 20:08:49 -08:00
experimental.go router: Return explicit error rather than 404 for experimental. 2016-11-17 15:51:47 -08:00
local.go
router.go