mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 19:05:42 +00:00
We weren't actually halting the goroutine that sent events, so it would continue sending even when the channel closed (the most notable cause being early hangup - e.g. Control-c on a curl session). Use a context to cancel the events goroutine and stop sending events. Fixes #6805 Signed-off-by: Matthew Heon <matthew.heon@pm.me> |
||
|---|---|---|
| .. | ||
| virtwriter | ||
| attach.go | ||
| config.go | ||
| container.go | ||
| containers.go | ||
| containers_create.go | ||
| create.go | ||
| events.go | ||
| funcs.go | ||
| generate.go | ||
| images.go | ||
| intermediate.go | ||
| intermediate_varlink.go | ||
| mount.go | ||
| pods.go | ||
| remote_client.go | ||
| shortcuts.go | ||
| system.go | ||
| transfers.go | ||
| util.go | ||
| volumes.go | ||