]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6574 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Jun 2014 18:29:08 +0000 (14:29 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Jun 2014 18:29:08 +0000 (14:29 -0400)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/tport/tport_type_ws.c

index f85032292fd946dc8afbe3bcc0a8663806565640..cb4397f41ebe349d2485612a13d0bc6d6d196ab0 100644 (file)
@@ -1 +1 @@
-Thu May 22 15:39:33 UTC 2014
+Mon Jun  9 14:22:59 EDT 2014
index 265eef23834d21913e12a92422282667e93d5907..ab8ea1c7315cca5295aa60ecd4d2aa5b5e52bac2 100644 (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)) {