Remove destructive debug
This commit is contained in:
parent
acee2bc9cc
commit
6f4e1dbd02
1 changed files with 2 additions and 1 deletions
3
htsp.c
3
htsp.c
|
@ -591,10 +591,11 @@ htsp_write_scheduler(void *aux)
|
|||
|
||||
r = htsmsg_binary_serialize(hm->hm_msg, &dptr, &dlen, INT32_MAX);
|
||||
|
||||
#if 0
|
||||
if(hm->hm_pktref) {
|
||||
usleep(hm->hm_payloadsize * 3);
|
||||
}
|
||||
|
||||
#endif
|
||||
htsp_msg_destroy(hm);
|
||||
|
||||
write(htsp->htsp_fd, dptr, dlen);
|
||||
|
|
Loading…
Add table
Reference in a new issue