buffer: consider deprecated raws as valid encoding by thefourtheye · Pull Request #2829 · nodejs/node

@thefourtheye

Even though `raws` is a deprecated encoding, it is still valid as per
`ParseEncoding` in `node.cc`.

@thefourtheye added the buffer

Issues and PRs related to the buffer subsystem.

label

Sep 12, 2015

thefourtheye added a commit to thefourtheye/io.js that referenced this pull request

Sep 14, 2015
As `raw` and `raws` encodings are deprecated for such a long time, and
it is an undocumented feature. This patch removes the support for those
encoding completely.

Previous discussion: nodejs#2829

thefourtheye added a commit that referenced this pull request

Sep 16, 2015
As `raw` and `raws` encodings are deprecated for such a long time, and
they both are undocumented, this patch removes the support for those
encodings completely.

Previous discussion: #2829

PR-URL: #2859
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>