LinkedInAttic / sepia

Sepia is a VCR-like module for node.js that records HTTP interactions, then plays them back exactly like the first time they were invoked
Apache License 2.0
279 stars 32 forks source link

socket.setKeepAlive is not a function #28

Open reggi opened 2 months ago

reggi commented 2 months ago

I don't think socket is mocked correctly

https://github.com/apache/couchdb-nano/issues/345

Making it impossible to use axios

https://github.com/axios/axios/blob/main/lib/adapters/http.js#L395-L398

I know this is no longer maintained but just thought I'd document it