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

Fix: Proper Blockwise Handling for Initial GET and DELETE Requests #525

Closed
wants to merge 1 commit into from

Conversation

jkralik
Copy link
Member

@jkralik jkralik commented Jan 17, 2024

… CoAP

Corrected the handling of initial requests for GET and DELETE operations in the CoAP blockwise implementation. Previously, the code allowed the use of message types Acknowledge (ACK) or Reset (RST) for the initial request.

@jkralik jkralik changed the title Fix: Proper Blockwise Handling for Initial GET and DELETE Requests in… Fix: Proper Blockwise Handling for Initial GET and DELETE requests Jan 17, 2024
@jkralik jkralik force-pushed the jkralik/fix/blockwise-get-delete-request branch from 0a6c7c2 to 27368bd Compare January 17, 2024 08:28
@jkralik jkralik changed the title Fix: Proper Blockwise Handling for Initial GET and DELETE requests Fix: Proper Blockwise Handling for Initial GET and DELETE Requests Jan 17, 2024
Corrected the handling of initial requests for GET and DELETE operations in
the CoAP blockwise implementation. Previously, the code allowed the use of
message types Acknowledge (ACK) or Reset (RST) for the initial request.
@jkralik jkralik force-pushed the jkralik/fix/blockwise-get-delete-request branch from 27368bd to c9d8efa Compare January 17, 2024 08:39
@jkralik jkralik closed this Jan 17, 2024
@jkralik jkralik deleted the jkralik/fix/blockwise-get-delete-request branch January 17, 2024 09:28
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.

1 participant