View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004233 | libmicrohttpd | documentation | public | 2016-03-03 16:12 | 2021-09-02 17:54 |
Reporter | anonymous0 | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.43 | ||||
Target Version | 0.9.49 | Fixed in Version | 0.9.49 | ||
Summary | 0004233: Mistake in documentation | ||||
Description | https://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 | ||||
Tags | No tags attached. | ||||
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 |