cgerrior / node-recurly

A node.js library for the Recurly.com api
MIT License
19 stars 18 forks source link

fix bad content-length on unicode input #7

Open gammelby opened 8 years ago

gammelby commented 8 years ago

Content length was set from simple string length, meaning that resulting xml documents with unicode content were truncated. Fixed to use actual size in bytes.