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

Revise the control string generation in action responses #45

Open
fcastilloes opened this issue Jul 10, 2017 · 0 comments
Open

Revise the control string generation in action responses #45

fcastilloes opened this issue Jul 10, 2017 · 0 comments

Comments

@fcastilloes
Copy link
Contributor

Currently, to activate the control bytes to send in an action response, it was checked if any calls, transactions, files or body exists in the transport. That is not entirely correct, because the check is that any of those has been added in that action.

So the solution should be a new ControlString object to assign to the Transport. If the action adds any of those controlled items, a flag should be set in the object. When the response is being prepared, a method ControlString->get() should be called to generate the actual string.

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

No branches or pull requests

1 participant