minor fix in the serving thread to avoid annoying message;
This commit is contained in:
parent
d8ce55fe71
commit
ef36409851
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user