gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10733 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r10733 - libmicrohttpd/src/daemon
Date: Thu, 1 Apr 2010 11:00:01 +0200

Author: grothoff
Date: 2010-04-01 11:00:01 +0200 (Thu, 01 Apr 2010)
New Revision: 10733

Modified:
   libmicrohttpd/src/daemon/internal.h
   libmicrohttpd/src/daemon/response.c
Log:
fix

Modified: libmicrohttpd/src/daemon/internal.h
===================================================================
--- libmicrohttpd/src/daemon/internal.h 2010-04-01 08:13:38 UTC (rev 10732)
+++ libmicrohttpd/src/daemon/internal.h 2010-04-01 09:00:01 UTC (rev 10733)
@@ -192,7 +192,7 @@
   unsigned int reference_count;
 
   /**
-   * Set to -1 if size is not known.
+   * Set to MHD_SIZE_UNKNOWN if size is not known.
    */
   uint64_t total_size;
 

Modified: libmicrohttpd/src/daemon/response.c
===================================================================
--- libmicrohttpd/src/daemon/response.c 2010-04-01 08:13:38 UTC (rev 10732)
+++ libmicrohttpd/src/daemon/response.c 2010-04-01 09:00:01 UTC (rev 10733)
@@ -163,7 +163,7 @@
  * Create a response object.  The response object can be extended with
  * header information and then be used any number of times.
  *
- * @param size size of the data portion of the response, -1 for unknown
+ * @param size size of the data portion of the response, MHD_SIZE_UNKNOWN for 
unknown
  * @param block_size preferred block size for querying crc (advisory only,
  *                   MHD may still call crc using smaller chunks); this
  *                   is essentially the buffer size used for IO, clients





reply via email to

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