mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
yay for bugs
This commit is contained in:
parent
59a082c091
commit
633dcd46b6
@ -1 +1 @@
|
|||||||
Wed Jun 12 23:48:20 CDT 2013
|
Wed Jun 19 12:25:57 CDT 2013
|
||||||
|
@ -226,7 +226,7 @@ int tport_recv_stream_ws(tport_t *self)
|
|||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (N == -1000) {
|
if ((N == -1000) ||(N == 0)) {
|
||||||
if (self->tp_msg)
|
if (self->tp_msg)
|
||||||
msg_recv_commit(self->tp_msg, 0, 1);
|
msg_recv_commit(self->tp_msg, 0, 1);
|
||||||
return 0; /* End of stream */
|
return 0; /* End of stream */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user