--- microhttpd.texi.orig Fri Dec 4 21:27:44 2009 +++ microhttpd.texi Wed Mar 24 13:40:09 2010 @@ -336,7 +336,7 @@ value of NULL has no special significance; (however, note that if you return non-NULL, you can no longer rely on the first call to the access handler having -@code{NULL == *con_cls on entry} on entry) +@code{NULL == *con_cls} on entry) @code{cls} will be set to the second argument following MHD_OPTION_URI_LOG_CALLBACK. Finally, @code{uri} will be the 0-terminated URI of the request. @@ -385,6 +385,14 @@ flag being set and the MHD_USE_DEBUG flag being set, even if this argument is used. +@item MHD_OPTION_THREAD_POOL_SIZE +Number (unsigned int) of threads in thread pool. Enable +thread pooling by setting this value to to something +greater than 1. Currently, thread model must be +MHD_USE_SELECT_INTERNALLY if thread pooling is enabled +(MHD_start_daemon returns NULL for an unsupported thread +model). + @item MHD_OPTION_ARRAY @cindex options This option can be used for initializing MHD using options from an @@ -455,7 +463,7 @@ @item MHD_GET_ARGUMENT_KIND @code{GET} (@uri{}) arguments. -@item MHD_HEADER_KIND +@item MHD_FOOTER_KIND @http{} footer (only for http 1.1 chunked encodings). @end table