You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Damjan Georgievski (JIRA)" <ji...@apache.org> on 2016/09/27 22:53:22 UTC

[jira] [Created] (COUCHDB-3164) Request fails when using _changes?feed=eventsource&heartbeat=30000

Damjan Georgievski created COUCHDB-3164:
-------------------------------------------

             Summary: Request fails when using _changes?feed=eventsource&heartbeat=30000
                 Key: COUCHDB-3164
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3164
             Project: CouchDB
          Issue Type: Bug
          Components: HTTP Interface
            Reporter: Damjan Georgievski


{{code}}
curl -v 'http://localhost:5984/irc/_changes?feed=eventsource&heartbeat=30000&since=now'  --raw
> GET /irc/_changes?feed=eventsource&heartbeat=30000&since=now HTTP/1.1
> Host: localhost:5984
> User-Agent: curl/7.50.3
> Accept: */*
> 
< Cache-Control: no-cache
< Content-Type: text/event-stream
< Date: Tue, 27 Sep 2016 22:49:22 GMT
< Server: CouchDB/2.0.0 (Erlang OTP/19)
< Transfer-Encoding: chunked
< X-Couch-Request-ID: e171a23c6b
< X-CouchDB-Body-Time: 0
< 
19
event: heartbeat
data: 


HTTP/1.1 500 Internal Server Error
Cache-Control: must-revalidate
Content-Length: 2473
Content-Type: application/json
Date: Tue, 27 Sep 2016 22:49:22 GMT
Server: CouchDB/2.0.0 (Erlang OTP/19)
X-Couch-Request-ID: e171a23c6b
X-Couch-Stack-Hash: 3733362800
X-CouchDB-Body-Time: 0
{{code}}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)