mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8f65bb6d90
When the client closes websocket connections that sends container output through websocket, an error message is displayed: "Error attaching websocket: %!s(<nil>)" This message is misleading. Thus, this change suggests to check if error is nil and print the correct message accordingly. Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com> |
||
---|---|---|
.. | ||
backend.go | ||
container.go | ||
container_routes.go | ||
copy.go | ||
exec.go | ||
inspect.go |