commit e58dc5b68cab30d333d9ec4f8c1b281640216d2a
parent ac3fe616d5c0407a99d3d7c312143b6214046b5b
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 8 May 2011 19:56:41 +0000
docu
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
@@ -1393,7 +1393,7 @@ size of the file)
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 starting at offset).
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