Files
moby/api/types
Brian Goff 2d134c5abd Fix goroutine/fd leak when client disconnects
In cases where the client disconnects and there is nothing to read from
a stdio stream after that disconnect, the copy goroutines and file
descriptors are leaked because `io.Copy` is just blocked waiting for
data from the container's I/O stream.

This fix only applies to Linux.
Windows will need a separate fix.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2024-05-24 21:32:15 +00:00
..
2018-02-05 16:51:57 -05:00
2024-03-22 13:06:43 +01:00
2024-01-19 17:32:10 +01:00
2023-05-29 03:28:35 +02:00
2022-12-21 11:09:00 +01:00
2024-03-07 10:57:03 +01:00
2024-03-22 13:06:43 +01:00
2018-05-15 12:09:42 +02:00
2018-09-08 16:58:03 +08:00