Github user KlausTrainer commented on the pull request:
https://github.com/apache/couchdb-chttpd/pull/94#issuecomment-153494017
At least I'm quite sure about this oneâ¦
Previously this was needed because `couch_httpd:etag_maybe/2` was called
there. Its return value contains either a mochiweb response (if the etag
matches), or a `vacc` record (if the etag doesn't match).
Now that we don't call `couch_httpd:etag_maybe/2` there anymore, the
response should always be a `vacc` record, and therefore the case clause should
be obsolete.
---
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.
---