You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theTransport
. If the action adds any of those controlled items, a flag should be set in the object. When the response is being prepared, a methodControlString->get()
should be called to generate the actual string.The text was updated successfully, but these errors were encountered: