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);
|
||||
|
||||
if (N == -2) {
|
||||
return 2;
|
||||
return 1;
|
||||
}
|
||||
|
||||
if ((N == -1000) || (N == 0)) {
|
||||
|
|
Loading…
Reference in New Issue