mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-12 07:11:51 +00:00
Merge branch 'master' into v1.4.beta
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
if (N == -1000) {
|
||||
if ((N == -1000) ||(N == 0)) {
|
||||
if (self->tp_msg)
|
||||
msg_recv_commit(self->tp_msg, 0, 1);
|
||||
return 0; /* End of stream */
|
||||
|
||||
Reference in New Issue
Block a user