View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006441 | libmicrohttpd | libmicrohttpd API | public | 2020-07-24 18:21 | 2021-01-03 10:18 |
Reporter | vmatare | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.71 | ||||
Target Version | 0.9.72 | Fixed in Version | 0.9.72 | ||
Summary | 0006441: MHD_queue_basic_auth_fail_response should also return MHD_Result | ||||
Description | microhttpd.h in v0.9.71 still has: _MHD_EXTERN int MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, const char *realm, struct MHD_Response *response); which is inconsistent with the use of MHD_Result throughout the rest of the API. The doxy also says "@return #MHD_YES on success, #MHD_NO otherwise", so it looks like a simple oversight to me. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-07-24 18:21 | vmatare | New Issue | |
2020-09-05 02:00 | Christian Grothoff | Assigned To | => Christian Grothoff |
2020-09-05 02:00 | Christian Grothoff | Status | new => resolved |
2020-09-05 02:00 | Christian Grothoff | Resolution | open => fixed |
2020-09-05 02:00 | Christian Grothoff | Fixed in Version | => 0.9.72 |
2020-09-05 02:00 | Christian Grothoff | Note Added: 0016868 | |
2020-09-05 02:00 | Christian Grothoff | Target Version | => 0.9.72 |
2021-01-03 10:18 | Christian Grothoff | Status | resolved => closed |