Commit 28ed8874 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Don't sleep. Just log the error

parent faee23a9
......@@ -86,7 +86,7 @@ int cache_downstream_host_address()
namespace {
void evlistener_errorcb(evconnlistener *listener, void *ptr)
{
sleep(1);
LOG(ERROR) << "Accepting incoming connection failed";
}
} // namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment