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
The content length header is not set to the correct data length when using non standard characters such as letters with accent. The calculation of the data length should be Buffer.byteLength(data || "", 'utf8') instead of (data || "").length
The content length header is not set to the correct data length when using non standard characters such as letters with accent. The calculation of the data length should be
Buffer.byteLength(data || "", 'utf8')
instead of(data || "").length
https://github.com/balanced/balanced-node/blob/v0.3.3/lib/nbalanced/utility.js#L92
The text was updated successfully, but these errors were encountered: