mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
3f91a9e8a2
Closes #10041 1. Why is this change neccesary? String.prototype.length returns the number of code units in the string (number of characters) while Buffer.byteLength returns the actual byte length of a string. 2. How does it address the issue? Places that use String.prototype.length to calculate Content-Length were switched to Buffer.byteLength instead. |
||
---|---|---|
.. | ||
decorators | ||
authentication.js | ||
clients.js | ||
configuration.js | ||
db.js | ||
index.js | ||
invites.js | ||
mail.js | ||
notifications.js | ||
oembed.js | ||
posts.js | ||
redirects.js | ||
roles.js | ||
schedules.js | ||
settings.js | ||
slack.js | ||
slugs.js | ||
subscribers.js | ||
tags.js | ||
themes.js | ||
upload.js | ||
users.js | ||
utils.js | ||
webhooks.js |