View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007597 | Taler | exchange | public | 2023-01-17 17:01 | 2023-09-23 15:09 |
Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
Priority | none | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.9.3 | Fixed in Version | 0.9.3 | ||
Summary | 0007597: exchange triggers MHD deprecation warning | ||||
Description | taler_error_codes.c:177:13: warning: Value MHD_HTTP_PAYLOAD_TOO_LARGE is deprecated, 177 | .http_code = MHD_HTTP_PAYLOAD_TOO_LARGE | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC yna.lo taler_error_codes.c:2277:13: warning: Value MHD_HTTP_PAYLOAD_TOO_LARGE is deprecated, 2277 | .http_code = MHD_HTTP_PAYLOAD_TOO_LARGE | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ taler_error_codes.c:2283:13: warning: Value MHD_HTTP_PAYLOAD_TOO_LARGE is deprecated, 2283 | .http_code = MHD_HTTP_PAYLOAD_TOO_LARGE | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ taler_error_codes.c:2745:13: warning: Value MHD_HTTP_PAYLOAD_TOO_LARGE is deprecated, 2745 | .http_code = MHD_HTTP_PAYLOAD_TOO_LARGE | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
Tags | No tags attached. | ||||
|
Yes, that's well-known and would be trivial to fix --- but we'd then require more recent versions of MHD to be deployed at end-users, so I'm holding off intentionally until recent versions of MHD are really universally available. |
|
Fixed in latest GANA by updating HTTP status code registry to current IANA values. |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-01-17 17:01 | Florian Dold | New Issue | |
2023-01-17 17:01 | Florian Dold | Status | new => assigned |
2023-01-17 17:01 | Florian Dold | Assigned To | => Christian Grothoff |
2023-01-17 19:44 | Christian Grothoff | Note Added: 0019692 | |
2023-01-17 19:44 | Christian Grothoff | Priority | normal => none |
2023-01-17 19:44 | Christian Grothoff | Severity | minor => trivial |
2023-01-17 19:44 | Christian Grothoff | Product Version | => git (master) |
2023-01-17 19:44 | Christian Grothoff | Target Version | => 1.0 |
2023-04-18 20:00 | Christian Grothoff | Status | assigned => resolved |
2023-04-18 20:00 | Christian Grothoff | Resolution | open => fixed |
2023-04-18 20:00 | Christian Grothoff | Fixed in Version | => 0.9.3 |
2023-04-18 20:00 | Christian Grothoff | Note Added: 0020118 | |
2023-04-18 20:01 | Christian Grothoff | Target Version | 1.0 => 0.9.3 |
2023-09-23 15:09 | Christian Grothoff | Status | resolved => closed |