View Issue Details

IDProjectCategoryView StatusLast Update
0004233libmicrohttpddocumentationpublic2021-09-02 17:54
Reporteranonymous0 Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.9.43 
Target Version0.9.49Fixed in Version0.9.49 
Summary0004233: Mistake in documentation
Descriptionhttps://www.gnu.org/software/libmicrohttpd/tutorial.html#Hello-browser-example

> daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL,
> &answer_to_connection, NULL, MHD_OPTION_END);
...
> and set the forth and fifth parameter to NULL.

Actually the third and forth parameters are NULL.
 
> Parameter six is the address of the function

Not six, but fifth
TagsNo tags attached.

Activities

Christian Grothoff

2016-04-03 01:06

manager   ~0010362

Thanks, fixed in SVN 36974.

Christian Grothoff

2021-09-02 17:54

manager   ~0018189

Fix committed to master branch.

Related Changesets

libmicrohttpd: master 65f91e32

2016-04-03 03:05

Christian Grothoff


Details Diff
fix 0004233 Affected Issues
0004233
mod - doc/chapters/hellobrowser.inc Diff File

Issue History

Date Modified Username Field Change
2016-03-03 16:12 anonymous0 New Issue
2016-04-03 01:06 Christian Grothoff Note Added: 0010362
2016-04-03 01:06 Christian Grothoff Status new => resolved
2016-04-03 01:06 Christian Grothoff Fixed in Version => 0.9.49
2016-04-03 01:06 Christian Grothoff Resolution open => fixed
2016-04-03 01:06 Christian Grothoff Assigned To => Christian Grothoff
2016-04-03 01:06 Christian Grothoff Product Version => 0.9.43
2016-04-03 01:06 Christian Grothoff Target Version => 0.9.49
2016-04-09 16:41 Christian Grothoff Status resolved => closed
2021-09-02 17:54 Christian Grothoff Changeset attached => libmicrohttpd master 65f91e32
2021-09-02 17:54 Christian Grothoff Note Added: 0018189