minor fix in the serving thread to avoid annoying message;

This commit is contained in:
Alexander Vdolainen 2015-08-05 10:15:25 +03:00
parent d8ce55fe71
commit ef36409851

View File

@ -705,6 +705,8 @@ static void *__sntll_thread(void *b)
} else printf("connread(head) µS: %ld\n", end.tv_usec - beg.tv_usec);
#endif
if(co->flags & SNSX_CLOSED) goto __finish; /* go away if required asap */
#ifdef _VERBOSE_DEBUG
dumphead(mhead);
#endif