nickva opened a new pull request, #5437: URL: https://github.com/apache/couchdb/pull/5437
Previously, atts_since didn't work for doc GETs with `open_revs=[...]` parameters so we always re-replicated all the attachments bodies on every update, even if the user just updated the doc without touching the attachment. Our `_revs_diff` endpoint returns the `possible_ancestors` list (which is what `atts_since` is), the replicator app passes it along to the source, and even our node-level couch_db API handles `atts_since`, but we somehow never passed that parameter to the fabric call in the `chttpd_db`. It's like we ran the whole marathon, then stumbled and fell right before the finish line. DRAFT: need to add tests -- 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-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org