mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
f19b0d72d1
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> |
||
---|---|---|
.. | ||
stdcopy.go | ||
stdcopy_test.go |