Skip to content

Commit

Permalink
dict-client: Dict server timeout may have occurred too early.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Nov 14, 2016
1 parent 6a4bfb2 commit 155e321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-dict/dict-client.c
Expand Up @@ -217,6 +217,7 @@ static void client_dict_input_timeout(struct client_dict *dict)
dict->to_requests =
timeout_add(DICT_CLIENT_REQUEST_TIMEOUT_MSECS - cmd_diff,
client_dict_input_timeout, dict);
return;
}
break;
}
Expand Down

0 comments on commit 155e321

Please sign in to comment.