gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9835: don't toggle done for non-pers


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9835: don't toggle done for non-persistant connections.
Date: Sun, 14 Dec 2008 21:24:21 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9835
committer: address@hidden
branch nick: rtmp
timestamp: Sun 2008-12-14 21:24:21 -0700
message:
  don't toggle done for non-persistant connections.
modified:
  libnet/http.cpp
=== modified file 'libnet/http.cpp'
--- a/libnet/http.cpp   2008-12-15 03:47:57 +0000
+++ b/libnet/http.cpp   2008-12-15 04:24:21 +0000
@@ -1375,7 +1375,7 @@
            done = true;
        } else {
            log_debug("Keep-Alive is on", www->keepAlive());
-           done = true;
+//         done = true;
        }
 #ifdef USE_STATISTICS
        struct timespec end;


reply via email to

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