View Issue Details

IDProjectCategoryView StatusLast Update
0001548libmicrohttpddocumentationpublic2010-07-26 23:33
ReporterColin Hogben Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version0.4.6 
Summary0001548: Missing option and wrong value-kind in manual
DescriptionI spotted a couple of errors in the manual - MHD_OPTION_THREAD_POOL_SIZE is missing and MHD_FOOTER_KIND was mis-spelled MHD_HEADER_KIND. Also a typo.

(Although the .texi and .h have lots of text in common, I'm guessing that they are updated manually, rather than one generated from the other.)

Patch diffs attached
TagsNo tags attached.
Attached Files
manual.patch (1,245 bytes)   
--- 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
manual.patch (1,245 bytes)   

Activities

Christian Grothoff

2010-03-25 11:46

manager   ~0004008

Applied patch in SVN 1548.

Issue History

Date Modified Username Field Change
2010-03-24 14:50 Colin Hogben New Issue
2010-03-24 14:50 Colin Hogben File Added: manual.patch
2010-03-25 11:46 Christian Grothoff Note Added: 0004008
2010-03-25 11:46 Christian Grothoff Status new => resolved
2010-03-25 11:46 Christian Grothoff Resolution open => fixed
2010-03-25 11:46 Christian Grothoff Assigned To => Christian Grothoff
2010-07-26 23:33 Christian Grothoff Status resolved => closed