spiegel_podman/pkg/varlinkapi
Matthew Heon 9e4cf6ca51 Fix system service panic from early hangup in events
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>
2020-07-02 09:57:39 -04:00
..
virtwriter fix lint - pkg/varlinkapi/virtwriter 2020-01-08 15:44:30 +01:00
attach.go Fix system service panic from early hangup in events 2020-07-02 09:57:39 -04:00
config.go V2 podman system service 2020-04-07 19:22:10 -07:00
container.go Podman V2 birth 2020-04-16 15:53:58 -05:00
containers.go Allow recursive dependency start with Init() 2020-06-18 09:34:04 -04:00
containers_create.go Podman V2 birth 2020-04-16 15:53:58 -05:00
create.go Fixup issues found by golint 2020-06-10 05:49:41 -04:00
events.go Fix system service panic from early hangup in events 2020-07-02 09:57:39 -04:00
funcs.go Podman V2 birth 2020-04-16 15:53:58 -05:00
generate.go Podman V2 birth 2020-04-16 15:53:58 -05:00
images.go Podman V2 birth 2020-04-16 15:53:58 -05:00
intermediate.go Podman V2 birth 2020-04-16 15:53:58 -05:00
intermediate_varlink.go Update podman to use containers.conf 2020-04-20 16:11:36 -04:00
mount.go V2 podman system service 2020-04-07 19:22:10 -07:00
pods.go v2 podman stats 2020-05-05 08:46:51 -05:00
remote_client.go v2 podman stats 2020-05-05 08:46:51 -05:00
shortcuts.go Podman V2 birth 2020-04-16 15:53:58 -05:00
system.go podman version --format ... was not working 2020-05-21 16:31:34 -04:00
transfers.go Fix EOM for SendFile 2020-05-18 12:45:00 -05:00
util.go Podman V2 birth 2020-04-16 15:53:58 -05:00
volumes.go Fixup issues found by golint 2020-06-10 05:49:41 -04:00