Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

async-coap-uri: Update experimental UriUnescapeBuf to allow methods to be called in any order #11

Open
darconeous opened this issue Aug 26, 2019 · 1 comment
Labels
bug Something isn't working cleanup P3 Priority 3

Comments

@darconeous
Copy link
Contributor

In the current implementation, query_items() on UriUnescapeBuf must be either called first or not at all, which is confusing. A run-time check ensures that this requirement is enforced, but that this is a requirement at all is problematic.

@darconeous darconeous added bug Something isn't working cleanup P2 Priority 2 labels Aug 26, 2019
@darconeous
Copy link
Contributor Author

Note that UriUnescapeBuf is really experimental for now, so unless someone expresses some desire for this to be resolved it likely won't be for a while.

@darconeous darconeous added P3 Priority 3 and removed P2 Priority 2 labels Aug 27, 2019
@darconeous darconeous changed the title Update experimental UriUnescapeBuf to allow methods to be called in any order async-coap-uri: Update experimental UriUnescapeBuf to allow methods to be called in any order Sep 20, 2019
@darconeous darconeous assigned darconeous and unassigned darconeous Sep 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working cleanup P3 Priority 3
Projects
None yet
Development

No branches or pull requests

1 participant