glynnbird commented on issue #367:
URL: https://github.com/apache/couchdb-nano/issues/367#issuecomment-4168675886

   The ChangesReader object is designed to use an individual database's changes 
feeds. It happens to use the POST flavour of the API.
   
   You're using it with the `_db_updates` endpoint (not a single database name) 
and it happens that `_db_updates` only supports the GET HTTP method. 
   
   Two things could happen to get this to work:
   
   - allow ChangesReader to use either GET or POST.
   - or change CouchDB to allow `_db_updates` to accept POST requests.
   
   I'm minded to mark this as a feature request rather than a bug, because 
ChangesReader is doing as intended.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to