[SPDM]: Chunk NOT Supported in Responder related Query. #2152
asrivastava014
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error Handling for Chunking:
When chunking is not supported in the SPDM framework and there is an attempt to send large requests or responses, it is crucial to implement proper error handling. Currently, the libspdm code may not adequately handle this scenario. To address this, modifications should be made to the code to detect the lack of chunking support and return appropriate error codes or error messages. This ensures that users receive clear feedback indicating the limitation and can adjust their data transmission accordingly.
Code Details:
https://github.com/DMTF/libspdm/blob/6674aa87c5a3b6991e25e22fcd1bf44e2a111331/library/spdm_responder_lib/libspdm_rsp_receive_send.c#LL621C6-L621C48
Please provide your inputs & correct us if we are wrong.
Beta Was this translation helpful? Give feedback.
All reactions