gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1188 - GNUnet/src/transports


From: grothoff
Subject: [GNUnet-SVN] r1188 - GNUnet/src/transports
Date: Fri, 1 Jul 2005 06:11:27 -0700 (PDT)

Author: grothoff
Date: 2005-07-01 06:11:25 -0700 (Fri, 01 Jul 2005)
New Revision: 1188

Modified:
   GNUnet/src/transports/http.c
Log:
pongprio

Modified: GNUnet/src/transports/http.c
===================================================================
--- GNUnet/src/transports/http.c        2005-07-01 13:10:58 UTC (rev 1187)
+++ GNUnet/src/transports/http.c        2005-07-01 13:11:25 UTC (rev 1188)
@@ -1253,7 +1253,7 @@
   if (((HTTPSession*)tsession->internal)->sock == -1) {
     if (stats != NULL) 
       stats->change(stat_bytesDropped,
-                   ssize);
+                   size);
     return SYSERR; /* other side closed connection */
   }
   ok = httpDirectSend(tsession->internal,





reply via email to

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