aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-22 16:11:10 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-22 16:11:10 +0200
commit092b370587ff9dd258f52206e2ec58624f1cce5d (patch)
treeb55476e19c631607e821d6ea0fcc833b70100002 /doc
parent9c7dc624ac5b251101e5f5b351ec660f67b312af (diff)
downloadlibmicrohttpd-092b370587ff9dd258f52206e2ec58624f1cce5d.tar.gz
libmicrohttpd-092b370587ff9dd258f52206e2ec58624f1cce5d.zip
undo, duplicated functionality
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 242e338b..6f34d799 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -1219,14 +1219,6 @@ Response-specific options. Passed in the varargs portion of
1219@item MHD_RO_END 1219@item MHD_RO_END
1220No more options / last option. This is used to terminate the VARARGs 1220No more options / last option. This is used to terminate the VARARGs
1221list. 1221list.
1222
1223@item MHD_RO_FREE_FUNCTION
1224Use a custom function for freeing the memory passed when using
1225@code{MHD_create_response_from_buffer} with
1226@code{MHD_RESPMEM_MUST_FREE}. This replaces the use of libc's
1227@code{free()} function to release the memory with an implementation
1228provided by the application. The next argument must be of type
1229@code{MHD_ContentReaderFreeCallback}.
1230@end table 1222@end table
1231@end deftp 1223@end deftp
1232 1224