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
I'm using anyrpc as a c++ RPC server and xmlrcp as a python client.
xmlrpc send a pretty xml with a newline character before/after each tag.
But if the base64 string is padded (ends with = or ==) anyrpc always expects the next tag to be just after the end of the base64 string.
See Base64Decode method:
I'm using anyrpc as a c++ RPC server and xmlrcp as a python client.
xmlrpc send a pretty xml with a newline character before/after each tag.
But if the base64 string is padded (ends with = or ==) anyrpc always expects the next tag to be just after the end of the base64 string.
See
Base64Decode
method:The text was updated successfully, but these errors were encountered: