Anyone had trouble using node's http module on the client with meteor-node-stubs?

I’m attempting to use a npm library that works when browserified but throws errors when using meteor’s built in browserify libs via meteor-node-stubs.

I created a minimal code reproduction and dove into versions of the http-browserify which are both the latest.

It seems that the http-browserify lib does not implement: request.setTimeout or request.abort but somehow in the pure browserify version the timeout works. It seems like voodoo.

Any thoughts?