diff --git lib/ext/wocky/wocky/wocky-connector.c.orig lib/ext/wocky/wocky/wocky-connector.c
index 377f736..e1a329a 100644
old
|
new
|
maybe_old_ssl (WockyConnector *self) |
980 | 980 | { |
981 | 981 | WockyConnectorPrivate *priv = self->priv; |
982 | 982 | |
| 983 | // Prevent _input_stream_read_async() from blocking from time to time |
| 984 | // (see https://bugzilla.gnome.org/show_bug.cgi?id=616458) |
| 985 | g_socket_set_blocking (g_socket_connection_get_socket(priv->sock), FALSE); |
| 986 | |
983 | 987 | if (priv->legacy_ssl && !priv->encrypted) |
984 | 988 | { |
985 | 989 | g_assert (priv->conn == NULL); |