apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

Abort HTTP connection when stopping changesReader, fixes #309 #310

Closed insidewhy closed 1 year ago

insidewhy commented 1 year ago

Overview

Testing recommendations

I've added a test for this and also published a version of this package which I tested with our integration tests to double confirm it fixes the problem.

GitHub issue number

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

Related Pull Requests

Checklist

insidewhy commented 1 year ago

@glynnbird Thanks for seeing to my PRs so quickly :) I've just rebased this with upstream to fix the merge conflict. Would be great to get a new npm release of couchdb-nano with these changes if it's not too much trouble. Thank you!

glynnbird commented 1 year ago

Thanks @insidewhy. I was just trying to fix this up. Thanks for doing so! I'm preparing a new release :)

glynnbird commented 1 year ago

waiting for Travis ...