mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-6574 --resolve
This commit is contained in:
parent
148c21c6b2
commit
0685027bd8
@ -1 +1 @@
|
|||||||
Thu May 22 15:39:33 UTC 2014
|
Mon Jun 9 14:22:59 EDT 2014
|
||||||
|
@ -217,7 +217,7 @@ int tport_recv_stream_ws(tport_t *self)
|
|||||||
N = ws_read_frame(&wstp->ws, &oc, &data);
|
N = ws_read_frame(&wstp->ws, &oc, &data);
|
||||||
|
|
||||||
if (N == -2) {
|
if (N == -2) {
|
||||||
return 2;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((N == -1000) || (N == 0)) {
|
if ((N == -1000) || (N == 0)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user