~ubuntu-branches/debian/sid/coturn/sid

« back to all changes in this revision

Viewing changes to src/apps/common/hiredis_libevent2.c

  • Committer: Package Import Robot
  • Author(s): Oleg Moskalenko
  • Date: 2015-06-06 01:07:27 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: package-import@ubuntu.com-20150606010727-pp8yifvlwn9mm8ka
Tags: upstream-4.4.5.2
ImportĀ upstreamĀ versionĀ 4.4.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
          if(redis_le_valid(e)) {
98
98
                  redisAsyncHandleRead(e->context);
99
99
          }
 
100
  } else {
 
101
          redis_reconnect(e);
100
102
  }
101
103
}
102
104