Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Zero length frames in old version of Node
resolves aws#199 In Node.js versions 10.9 and older will fail to decrypt if decipher.update is not called. nodejs/node#22538 fixes this. If the content is empty, push an empty buffer.
- Loading branch information