handle deleted db event for db
------------------------------
Key: COUCHDB-508
URL: https://issues.apache.org/jira/browse/COUCHDB-508
Project: CouchDB
Issue Type: Bug
Affects Versions: 0.10, 0.11
Reporter: Benoit Chesneau
Fix For: 0.10, 0.11
Attachments: fix_changes.patch
Currently when a db is deleted and someone is listenning on _changes feed
(continuous or longpoll), couchdb don't close the connection (sending last
chunk) and instead send an error status. This patch fix this and ad
db_deleted:true on the last line. Spotted by kocolosk on irc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.