FS-6574 --resolve

This commit is contained in:
Anthony Minessale 2014-06-09 14:29:08 -04:00
parent 148c21c6b2
commit 0685027bd8
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Thu May 22 15:39:33 UTC 2014
Mon Jun 9 14:22:59 EDT 2014

View File

@ -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)) {