Github user rnewson commented on a diff in the pull request:
https://github.com/apache/couchdb-chttpd/pull/28#discussion_r26745607
--- Diff: src/chttpd_db.erl ---
@@ -93,7 +93,7 @@ handle_changes_req1(#httpd{}=Req, Db) ->
couch_stats:decrement_counter([couchdb, httpd,
clients_requesting_changes])
end;
_ ->
- Msg = <<"Supported `feed` types: normal, continuous, longpoll,
eventsource">>,
+ Msg = <<"Supported `feed` types: normal, continuous/stream,
longpoll, eventsource">>,
--- End diff --
I agree with @kxepal that `stream` should be listed like the other options.
I'm -0 on adding an alias for an existing feature (that is, I'd rather we
didn't add more api without adding functionality, but I'm not blocking it).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---