Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Caching does not work for CoAP packets without a Token. #1

Open
bu5hm4nn opened this issue Jul 12, 2018 · 0 comments
Open

Bug: Caching does not work for CoAP packets without a Token. #1

bu5hm4nn opened this issue Jul 12, 2018 · 0 comments
Labels
bug Something isn't working upstream Bug is also present in upstream code

Comments

@bu5hm4nn
Copy link

Expected
Packet Cache to work even if there is no Token.

What happens
Packet Cache will not hit if the Packets don't have a Token.

How to reproduce
Send the server a block2 request for a large file so that the cache will be used. Compare the cache debug output between using a Token and not using a Token.

Proposed Resolution
Maybe this can be fixed by matching the cache entry by client IP & port as well as URI when no Token is present.

@bu5hm4nn bu5hm4nn added bug Something isn't working upstream Bug is also present in upstream code labels Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream Bug is also present in upstream code
Projects
None yet
Development

No branches or pull requests

1 participant