Skip to content

gsocketclient: Fix potential critical when cancelling connect

Patrick Griffis requested to merge wip/tingping/socketclient-cancel-2 into master

We are manually tracking the completion state of the connect task so avoid just calling g_task_return_error_if_cancelled() without checking that.

Fixes #1747 (closed)

CC @mjog

Merge request reports