Changeset b87e5dc for protocols/skype


Ignore:
Timestamp:
2015-10-13T04:23:46Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
6ea8782
Parents:
bbff22d
git-author:
dequis <dx@…> (09-10-15 02:58:21)
git-committer:
dequis <dx@…> (13-10-15 04:23:46)
Message:

skype: use ssl_sockerr_again() instead of sockerr_again()

Found the thing using 100% cpu because of a dead connection that it
didn't want to bury.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/skype.c

    rbbff22d rb87e5dc  
    12571257                }
    12581258                g_strfreev(lines);
    1259         } else if (st == 0 || (st < 0 && !sockerr_again())) {
     1259        } else if (st == 0 || (st < 0 && !ssl_sockerr_again(sd->ssl))) {
    12601260                ssl_disconnect(sd->ssl);
    12611261                sd->fd = -1;
Note: See TracChangeset for help on using the changeset viewer.