-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
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