Skip to content

Add support for chunked response#185

Closed
Li-Aaron wants to merge 4 commits intoDMTF:mainfrom
Li-Aaron:fix-184
Closed

Add support for chunked response#185
Li-Aaron wants to merge 4 commits intoDMTF:mainfrom
Li-Aaron:fix-184

Conversation

@Li-Aaron
Copy link
Copy Markdown
Contributor

@Li-Aaron Li-Aaron commented Dec 24, 2025

Fix #184

should rebase once DMTF/libspdm#3450 merged

Signed-off-by: Aaron Li <aaron.li@intel.com>
Signed-off-by: Aaron Li <aaron.li@intel.com>
Signed-off-by: Aaron Li <aaron.li@intel.com>
fix DMTF#184

Signed-off-by: Aaron Li <aaron.li@intel.com>
@Li-Aaron Li-Aaron marked this pull request as ready for review December 25, 2025 01:27
@Li-Aaron Li-Aaron marked this pull request as draft December 25, 2025 01:27
libspdm_zero_mem(message, sizeof(message));
status = libspdm_send_receive_data(spdm_context, &test_buffer->session_id, false,
status = libspdm_send_receive_spdm_data(spdm_context, &test_buffer->session_id,
&spdm_request, sizeof(spdm_request),
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix alignment, and all other libspdm_send_receive_spdm_data changes

Comment thread library/spdm_responder_conformance_test_lib/spdm_responder_test.h
@Li-Aaron Li-Aaron changed the title Fix 184 Add support for chunked response Dec 25, 2025
@Li-Aaron Li-Aaron closed this Dec 25, 2025
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.

Chunked response causes test failure

1 participant