Github user robertkowalski commented on a diff in the pull request:
https://github.com/apache/couchdb-chttpd/pull/28#discussion_r26725824
--- 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 --
in general a person can misread every information you present and in this
case i would doubt that this happens often
how would you present the message?
---
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.
---