get_account_settings does not comply with the given flags #2

Closed
opened 2023-03-13 08:37:52 +01:00 by dirk · 1 comment

How to reproduce

  • Call get_account_settings with AS_FLAGS == AS_FLAG_USE_DNS_SRV.

Expected

  • Only DNS SRV queries are executed.

Observed

Regardless of flags, get_account_settings always queries the local DB first, and if something is found, returns the result without doing any other step.

### How to reproduce * Call `get_account_settings` with `AS_FLAGS` == `AS_FLAG_USE_DNS_SRV`. ### Expected * Only DNS SRV queries are executed. ### Observed Regardless of flags, `get_account_settings` always queries the local DB first, and if something is found, returns the result without doing any other step.
dirk closed this issue 2023-03-13 09:16:48 +01:00
Poster
Owner
Correct incidence: https://gitea.pep.foundation/pEp.foundation/libAccountSettings/issues/2
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dirk/libAccountSettings#2
There is no content yet.