[Bug 37145] Replace low level network code with GIO

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 10 14:29:35 CEST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=37145

--- Comment #9 from Sjoerd Simons <sjoerd at luon.net> 2011-08-10 05:29:35 PDT ---
* Don't use g_signal_emit_by_name, use g_signal_emit direct

* The following breaks SSL:
   priv->io_stream = g_tcp_wrapper_connection_get_base_io_stream(
        G_TCP_WRAPPER_CONNECTION(socket_connection));

* CloseAsyncData and WriteAsyncData seem mostly useless. As both operations
only should run once per 
   connection object just keep the state in the priv data structure (shoulod
simlify the code).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list