gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10060: hum, we need to sleep after c


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10060: hum, we need to sleep after connecting before trying to read a packet.
Date: Thu, 26 Mar 2009 21:50:23 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10060
committer: address@hidden
branch nick: rtmp
timestamp: Thu 2009-03-26 21:50:23 -0600
message:
  hum, we need to sleep after connecting before trying to read a packet.
modified:
  libnet/rtmp.cpp
=== modified file 'libnet/rtmp.cpp'
--- a/libnet/rtmp.cpp   2009-03-14 00:33:42 +0000
+++ b/libnet/rtmp.cpp   2009-03-27 03:50:23 +0000
@@ -896,6 +896,7 @@
 
     // First send the full header, afterwards we only use continuation
     // headers, which are only one byte.
+    sleep(1);
     ret = writeNet(fd, head->reference(), head->size());
     if (ret == -1) {
        log_error("Couldn't write the RTMP header!");


reply via email to

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