gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15193 - libmicrohttpd/doc


From: gnunet
Subject: [GNUnet-SVN] r15193 - libmicrohttpd/doc
Date: Sun, 8 May 2011 21:56:41 +0200

Author: grothoff
Date: 2011-05-08 21:56:41 +0200 (Sun, 08 May 2011)
New Revision: 15193

Modified:
   libmicrohttpd/doc/microhttpd.texi
Log:
docu

Modified: libmicrohttpd/doc/microhttpd.texi
===================================================================
--- libmicrohttpd/doc/microhttpd.texi   2011-05-08 19:55:23 UTC (rev 15192)
+++ libmicrohttpd/doc/microhttpd.texi   2011-05-08 19:56:41 UTC (rev 15193)
@@ -1393,7 +1393,7 @@
 file descriptor referring to a file on disk with the data; will be
 closed when response is destroyed; note that 'fd' must be an actual 
 file descriptor (not a pipe or socket) since MHD might use 'sendfile' 
-or 'seek' on it
+or 'seek' on it.  The descriptor should be in blocking-IO mode.
 @end table
 
 Return @mynull{} on error (i.e. invalid arguments, out of memory).
@@ -1413,7 +1413,7 @@
 file descriptor referring to a file on disk with the data; will be
 closed when response is destroyed; note that 'fd' must be an actual 
 file descriptor (not a pipe or socket) since MHD might use 'sendfile' 
-or 'seek' on it
+or 'seek' on it.    The descriptor should be in blocking-IO mode.
 
 @item offset
 offset to start reading from in the file




reply via email to

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