Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fruity: Fix TcpTunnelConnection teardown logic
Where it turns out IOStream.close_async() may throw other errors than just IOError. This is a bug in gio-2.0.vapi, but still, once fixed there we still want to catch (and ignore) all errors. Kudos to @mrmacete for helping track this one down.
- Loading branch information