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:39 UTC

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

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>.