Fixes another bug found by Cravix (IRC) where even if data is going over the socket...
authorGuillaume Friloux <guillaume.friloux@asp64.com>
Fri, 24 May 2013 09:51:09 +0000 (11:51 +0200)
committerDaniel Willmann <d.willmann@samsung.com>
Fri, 24 May 2013 10:33:06 +0000 (11:33 +0100)
commit996c98f36a874cb6646e8247ace14151f381f1b6
tree867830e50e0bcfab6e64464fb23358116a034be7
parent0a293dd981aeec3035694ccb64c4382eecb0c500
Fixes another bug found by Cravix (IRC) where even if data is going over the socket, we still timeout the connection if ecore_con_client_timeout_set and ecore_con_server_timeout_set are used! This is even a worst bug than the previous one. This patch should also be applied and tested on 1.8. Thx Cravix!
src/lib/ecore_con/ecore_con.c