minor fix in the serving thread to avoid annoying message;

v0.5.xx
Alexander Vdolainen 9 years ago
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…
Cancel
Save