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

current TSP and TDISP message might not return ERROR message because of short response size #382

Closed
jyao1 opened this issue Oct 16, 2024 · 0 comments · Fixed by #384
Closed
Assignees

Comments

@jyao1
Copy link
Member

jyao1 commented Oct 16, 2024

For example, the expected TSP response might be only 4 bytes, but the default TSP error message is 12 bytes.
As such, it is impossible to return error error message.

The right approach is to always ensure that the response buffer can be bigger than error message size.

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 a pull request may close this issue.

1 participant