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
Current version of send function will filter out the header that value containes 0x3B or 0x3D byte in content. This leads to issues when sending integers like timestamp
(in the range of one year, 0x3B or 0x3D will appear more then 1M times).
Describe the bug
Current version of send function will filter out the header that value containes 0x3B or 0x3D byte in content. This leads to issues when sending integers like timestamp
(in the range of one year, 0x3B or 0x3D will appear more then 1M times).
Expected Behavior
Any value of headers should be possible to send. To tackle this we should consider to change how headers as send to C share library using Rolf idea:
https://lavag.org/topic/23965-pass-complex-data-structure-to-c-function/#comment-186770
Steps To Reproduce
No response
Exceptions (if any)
No response
Version
No response
The text was updated successfully, but these errors were encountered: