You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fl...@apache.org on 2017/10/26 21:28:38 UTC

[couchdb-documentation] branch contentMD5 created (now ae1fa11)

This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a change to branch contentMD5
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


      at ae1fa11  Remove mention of Content-MD5 header, which isn't present

This branch includes the following new commits:

     new ae1fa11  Remove mention of Content-MD5 header, which isn't present

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].

[couchdb-documentation] 01/01: Remove mention of Content-MD5 header, which isn't present

Posted by fl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a commit to branch contentMD5
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit ae1fa11049d60244b911b6a728af1daf0e46727a
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Thu Oct 26 23:28:30 2017 +0200

    Remove mention of Content-MD5 header, which isn't present
---
 src/api/document/attachments.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/api/document/attachments.rst b/src/api/document/attachments.rst
index 7d64289..078700f 100644
--- a/src/api/document/attachments.rst
+++ b/src/api/document/attachments.rst
@@ -41,7 +41,6 @@
       types <attachments/compressible_types>`
     :>header Content-Length: Attachment size. If compression codec was used,
       this value is about compressed size, not actual
-    :>header Content-MD5: Base64 encoded MD5 binary digest
     :>header ETag: Double quoted base64 encoded MD5 binary digest
     :code 200: Attachment exists
     :code 304: Attachment wasn't modified if :header:`ETag` equals specified
@@ -65,7 +64,6 @@
         Cache-Control: must-revalidate
         Content-Encoding: gzip
         Content-Length: 100
-        Content-MD5: vVa/YgiE1+Gh0WfoFJAcSg==
         Content-Type: text/plain
         Date: Thu, 15 Aug 2013 12:42:42 GMT
         ETag: "vVa/YgiE1+Gh0WfoFJAcSg=="
@@ -96,7 +94,6 @@
       types <attachments/compressible_types>`
     :>header Content-Length: Attachment size. If compression codec is used,
       this value is about compressed size, not actual
-    :>header Content-MD5: Base64 encoded MD5 binary digest
     :>header ETag: Double quoted base64 encoded MD5 binary digest
     :response: Stored content
     :code 200: Attachment exists

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.