Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11D21186F0 for ; Wed, 29 Apr 2015 19:21:40 +0000 (UTC) Received: (qmail 14278 invoked by uid 500); 29 Apr 2015 19:21:39 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 14213 invoked by uid 500); 29 Apr 2015 19:21:39 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 14202 invoked by uid 99); 29 Apr 2015 19:21:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 19:21:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 67C65E0984; Wed, 29 Apr 2015 19:21:39 +0000 (UTC) From: iilyak To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-couch-mrview pull request: 2650 etag fixes Content-Type: text/plain Date: Wed, 29 Apr 2015 19:21:39 +0000 (UTC) GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-couch-mrview/pull/18 2650 etag fixes Depends on https://github.com/apache/couchdb-chttpd/pull/34 You can merge this pull request into a Git repository by running: $ git pull https://github.com/iilyak/couchdb-couch-mrview 2650-etag-fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-couch-mrview/pull/18.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 #18 ---- commit 9cad781380d0b188ed8f2caab4445e4fac322fd4 Author: ILYA Khlopotov Date: 2015-04-29T18:45:17Z Don't append Etag if undefined COUCHDB-2650 commit 642553e1d416e4b72123b6e9f6e14a6a633f7a91 Author: ILYA Khlopotov Date: 2015-04-29T18:55:40Z Use chttpd:make_etag/0 COUCHDB-2650 ---- --- 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. ---