You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/09/15 04:33:07 UTC

[GitHub] [couchdb] nickva opened a new pull request, #4176: Fix eventsource change feed

nickva opened a new pull request, #4176:
URL: https://github.com/apache/couchdb/pull/4176

   At some point when the `stop` callback arg got a 3rd `Pending` element, we forgot to update the eventsource callback. As a result, we ended up in a catch-all clause and we appended an unmatched ']' and a json `"last_seq"` element.
   
   While at it, clean up of the similar upgrade clauses in other callback instances.
   


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva merged pull request #4176: Fix eventsource change feed

Posted by GitBox <gi...@apache.org>.
nickva merged PR #4176:
URL: https://github.com/apache/couchdb/pull/4176


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org