Changeset 32bea82 for protocols


Ignore:
Timestamp:
2011-10-20T02:59:57Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4c225f0
Parents:
c148701
Message:

changeset:devel,814 was silly and incomplete. This should fix that. Full
workaround for Twitter "hang" problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    rc148701 r32bea82  
    735735
    736736        if (td->flags & TWITTER_DOING_TIMELINE) {
     737                /* This shouldn't normally happen at all but I'm currently hunting a bug
     738                   where it does. Instead of having users suffer under it, have a work-
     739                   around with a warning. */
     740                td->flags |= TWITTER_DOING_TIMELINE_SLOW;
    737741                return;
    738742        }
Note: See TracChangeset for help on using the changeset viewer.