Skip to content

gsocketclient: Ensure task is always returned on cancel

Patrick Griffis requested to merge wip/tingping/socket-cancellation into master

It was possible for the individual connection attempts to be cancelled without the main task getting returned.

Fixes libsoup#132 (closed)

Merge request reports