mwaylabs / Espresso

The-M-Projects build tools using node.js.
www.the-m-project.org
Other
84 stars 28 forks source link

POST umlauts --> wrong content length #78

Closed riddy closed 12 years ago

riddy commented 12 years ago

POST the string "schöne welt" the server receives "schöne wel" --> for each umlaut a character is missing

4z3 commented 12 years ago

There was a problem in wwwdude, where the content-length header field was determined by String.length instead of Buffer.byteLength. See #79.