Saikat Chakrabarti
Saikat Chakrabarti
Here are some added tests that can be used to reproduce the leak: http://github.com/saikat/node-compress/commit/3e0bcdbf71c84dbfb12a1719e2ad450a05d1bafb . It also has some fixes to the other tests to remove deprecated Node API calls....
When my code throws an exception, I often get the output below instead of the actual exception: /usr/local/bin/expresso:648 stack = err.stack.replace(err.name, ''), ^ TypeError: Cannot call method 'replace' of undefined...
A bunch of buffer methods have changed (no more utf8Write or utf8Slice for example). The tests fail with Node as of this commit - http://github.com/ry/node/commit/85fb47c11cc985889be9c1a802cfc0331d8ad7a8 . I think it's still...
Don't call _checkUser if the forgot password link was clicked.