haproxytech / haproxy-spoa-dotnet

HAProxy Stream Processing Offload Agent (SPOA) library for .NET Core.
GNU General Public License v2.0
15 stars 7 forks source link

Get bytes representation for binary values returns an array with wrong length #5

Closed cortex93 closed 4 years ago

cortex93 commented 4 years ago

Length of the value should be the the length of the byte array after the Base64 decoding and not the Base64 string length.