mirror of
https://github.com/moparisthebest/spdylay
synced 2025-01-08 12:28:22 -05:00
Don't sleep. Just log the error
This commit is contained in:
parent
faee23a925
commit
28ed887463
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user