Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly use Buffer length instead of String length for "Chunking"
* Thanks to *node* maintainer for the clarification at nodejs/node#3219 of Buffer length versus character length * Retested on a User Script that contained a lot of Unicode characters in a comment at the beginning then the metadata blocks at the EOF... String.length fails to upload... Buffer length passes on upload with two "chunks" Applies to OpenUserJS#678
- Loading branch information