]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
yay for bugs
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 19 Jun 2013 17:26:45 +0000 (12:26 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 19 Jun 2013 17:26:45 +0000 (12:26 -0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/tport/tport_type_ws.c

index 33ee7e540dca5f9ba58fdcd92cee8b764006a5a3..569e4a2fb25c77f8cc716373ee92d8341cb3b1de 100644 (file)
@@ -1 +1 @@
-Wed Jun 12 23:48:20 CDT 2013
+Wed Jun 19 12:25:57 CDT 2013
index d0788520c798a1109bf41455acb48252e702cd18..e57aa2839524c99dd65a60d519d38b748fe83f59 100644 (file)
@@ -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 */