- Timestamp:
- 2012-09-22T12:44:47Z (12 years ago)
- Branches:
- master
- Children:
- 9c77fbf, a07a8c2
- Parents:
- d0752e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
rd0752e8 r11ec078 735 735 736 736 if (td->flags & TWITTER_DOING_TIMELINE) { 737 return; 737 if (++td->http_fails >= 5) { 738 imcb_error(ic, "Fetch timeout (%d)", td->flags); 739 imc_logout(ic, TRUE); 740 } 738 741 } 739 742
Note: See TracChangeset
for help on using the changeset viewer.