You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by KlausTrainer <gi...@git.apache.org> on 2015/11/02 21:28:57 UTC

[GitHub] couchdb-chttpd pull request: Don't set random ETag header for `_al...

GitHub user KlausTrainer opened a pull request:

    https://github.com/apache/couchdb-chttpd/pull/93

    Don't set random ETag header for `_all_docs` view

    This fixes the issue that by setting a random ETag header, we implicitly
    promised that there's a chance of a cache hit where there was no chance.
    
    For 2.0, we simply remove the random ETag without replacement, in order
    to not accidentally cause useless cache bloat in clients.
    
    COUCHDB-2859

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/KlausTrainer/couchdb-chttpd 2859-remove-all-docs-etag

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-chttpd/pull/93.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #93
    
----
commit e5b1aee90e7e6c0b78f60b675f89a6e3f26a7931
Author: Klaus Trainer <kl...@apache.org>
Date:   2015-11-02T20:22:26Z

    Don't set random ETag header for `_all_docs` view
    
    This fixes the issue that by setting a random ETag header, we implicitly
    promised that there's a chance of a cache hit where there was no chance.
    
    For 2.0, we simply remove the random ETag without replacement, in order
    to not accidentally cause useless cache bloat in clients.
    
    COUCHDB-2859

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-chttpd pull request: Don't set random ETag header for `_al...

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-chttpd/pull/93#issuecomment-153148390
  
    No more lottery! +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-chttpd pull request: Don't set random ETag header for `_al...

Posted by KlausTrainer <gi...@git.apache.org>.
Github user KlausTrainer commented on the pull request:

    https://github.com/apache/couchdb-chttpd/pull/93#issuecomment-153149326
  
    Thanks :)


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-chttpd pull request: Don't set random ETag header for `_al...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/couchdb-chttpd/pull/93


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---