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

omit content-format option when COAP_CONTENTTYPE_NONE is given #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aschmidt75
Copy link

when calling coap_make_response with content_type == COAP_CONTENTTYPE_NONE (i.e. for an ACK response message), response will contain this option with a value of 65535 (-1, as defined in coap.h), but client may report this as an unknown content format.

added check, if COAP_CONTENTTYPE_NONE is given, omit the option. include otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant