gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r9930: add the encoded NULL object be


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9930: add the encoded NULL object before the echo'd data.
Date: Mon, 29 Dec 2008 11:08:47 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9930
committer: address@hidden
branch nick: rtmp
timestamp: Mon 2008-12-29 11:08:47 -0700
message:
  add the encoded NULL object before the echo'd data.
modified:
  cygnal/cygnal.cpp
  libnet/rtmp_server.cpp
=== modified file 'cygnal/cygnal.cpp'
--- a/cygnal/cygnal.cpp 2008-12-28 01:41:44 +0000
+++ b/cygnal/cygnal.cpp 2008-12-29 18:08:47 +0000
@@ -664,6 +664,7 @@
                        log_debug("Got something on fd #%d, 0x%x", it->fd, 
it->revents);
                        // Call the protocol handler for this network connection
                        bool ret = net->getEntry(it->fd)(args);
+                       
 //                     log_debug("Handler returned %s", (ret) ? "true" : 
"false");
                        // FIXME: we currently force a 'close connection' at 
the end
                        // of sending a file, since apache does too. This 
pretty much

=== modified file 'libnet/rtmp_server.cpp'
--- a/libnet/rtmp_server.cpp    2008-12-29 01:14:01 +0000
+++ b/libnet/rtmp_server.cpp    2008-12-29 18:08:47 +0000
@@ -811,8 +811,8 @@
 
     *buf = encecho;
     *buf += encidx;
+    *buf += encnull;
     buf->append(data, size);
-    *buf += encnull;
 
     return buf;
 }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]