moll / node-mitm

Intercept and mock outgoing Node.js network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Super useful when testing code that hits remote servers.
Other
637 stars 48 forks source link

Implement InternalSocket.prototype.writeLatin1String #34

Closed papandreou closed 7 years ago

papandreou commented 7 years ago

Prevent failure with node.js 6.4.0 due to https://github.com/nodejs/node/commit/28071a130e2137bd14d0762a25f0ad83b7a28259

The error I ran into looked like this: https://travis-ci.org/assetgraph/assetgraph/jobs/152717292#L357-L372

moll commented 7 years ago

Thank you again! Released as v1.3.0.

papandreou commented 7 years ago

Thanks :)

papandreou commented 7 years ago

@vvo, you're welcome ;)