View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008288 | Taler | wallet-core | public | 2024-01-30 19:36 | 2024-03-07 20:52 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.9.4 | Fixed in Version | 0.9.4 | ||
Summary | 0008288: make sure request timeouts are working for requests that wallet-core makes | ||||
Description | We observed in the wild that a /keys request was hanging (on NodeJS, so no async DNS issue) for a few minutes. The actual timeout should've been 5 seconds, so something is not working properly here. | ||||
Tags | No tags attached. | ||||
related to | 0008416 | closed | sebasjm | HTTP client libs used by WebExtension don't support cancellation tokens |
child of | 0008244 | closed | Florian Dold | final 0.9.4 release acceptance checks |
|
The timeout was actually passed correctly, but the NodeJS http client didn't support timeouts and cancellation tokens properly. This is fixed now (also in the QuickJS implementation). |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-30 19:36 | Florian Dold | New Issue | |
2024-01-30 19:36 | Florian Dold | Status | new => assigned |
2024-01-30 19:36 | Florian Dold | Assigned To | => Florian Dold |
2024-02-04 17:01 | Christian Grothoff | Relationship added | child of 0008244 |
2024-02-16 00:34 | Florian Dold | Relationship added | related to 0008416 |
2024-02-16 00:35 | Florian Dold | Status | assigned => resolved |
2024-02-16 00:35 | Florian Dold | Resolution | open => fixed |
2024-02-16 00:35 | Florian Dold | Note Added: 0021312 | |
2024-03-07 20:52 | Christian Grothoff | Fixed in Version | => 0.9.4 |
2024-03-07 20:52 | Christian Grothoff | Status | resolved => closed |