View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006957 | Taler | exchange | public | 2021-07-26 23:26 | 2021-08-24 16:22 |
| Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Summary | 0006957: [exchange]/serve config option is ignored | ||||
| Description | According to both the documentation and sample configuration file, the following option [exchange] SERVE=tcp # or unix, etc. is supposed to control what the exchange listens on. However, the actual code of taler-exchange-httpd completely ignores this, and instead just listens on whatever setting it looks at first that is valid. | ||||
| Tags | No tags attached. | ||||
|
|
I am confused why you say this. taler-exchange-httpd clearly calls TALER_MHD_parse_config() around line 1190, and that function clearly looks at the "SERVE" option before deciding between tcp and unix. The LISTEN_FDS environment variables can override this, but this is only if systemd launches us or we do the SIGHUP-reload logic. So the code _looks_ correct to me. |
|
|
Ah, my bad, I somehow missed TALER_MHD_parse_config. Must've been too late already! |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-07-26 23:26 | Florian Dold | New Issue | |
| 2021-07-26 23:26 | Florian Dold | Status | new => assigned |
| 2021-07-26 23:26 | Florian Dold | Assigned To | => Christian Grothoff |
| 2021-07-30 14:30 | Christian Grothoff | Note Added: 0018032 | |
| 2021-07-30 14:30 | Christian Grothoff | Assigned To | Christian Grothoff => Florian Dold |
| 2021-07-30 14:30 | Christian Grothoff | Status | assigned => feedback |
| 2021-07-30 16:01 | Florian Dold | Assigned To | Florian Dold => Christian Grothoff |
| 2021-07-30 16:01 | Florian Dold | Status | feedback => resolved |
| 2021-07-30 16:01 | Florian Dold | Resolution | open => fixed |
| 2021-07-30 16:01 | Florian Dold | Note Added: 0018033 | |
| 2021-08-24 16:22 | Christian Grothoff | Status | resolved => closed |