]> git.wh0rd.org - chrome-ext/music-player-client.git/commitdiff
tcp-client: handle connection errors
authorMike Frysinger <vapier@gentoo.org>
Sat, 28 Sep 2013 05:01:59 +0000 (01:01 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Sep 2013 05:01:59 +0000 (01:01 -0400)
If a connection fails, we get back the resultCode, but we never actually
check it.  That means we lie to the higher layers and say we're connected
when we're not really.

Also pass that code to the higher levels if they've requested notification.


No differences found