[
https://issues.apache.org/jira/browse/COUCHDB-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14635001#comment-14635001
]
Robert Kowalski commented on COUCHDB-2665:
------------------------------------------
while the error happens in the global_changes module we still have handlers in
chttpd which probably can get removed as part of the fix
> Regression: /_db_updates lost eventsource feed support
> ------------------------------------------------------
>
> Key: COUCHDB-2665
> URL: https://issues.apache.org/jira/browse/COUCHDB-2665
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Database Core, HTTP Interface
> Reporter: Alexander Shorin
> Priority: Blocker
> Labels: regression
> Fix For: 2.0.0
>
>
> {code}
> 2015-04-18 15:18:18.434 [debug] [email protected] <0.1811.0> httpd 400 error
> response:
> {"error":"bad_request","reason":"Supported `feed` types: normal, continuous,
> longpoll"}
> 2015-04-18 15:18:18.435 [notice] [email protected] <0.1811.0> 0305bb11
> 127.0.0.1 localhost:15984 GET
> /_db_updates?heartbeat=false&feed=eventsource&timeout=1000 400 ok 2
> {code}
> Which was
> [available|https://github.com/apache/couchdb/blob/1.6.x/src/couch_dbupdates/src/couch_dbupdates_httpd.erl#L50-L55]
> in 1.6.1.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)