Hey there, I always get "Conent-Length: 0" when using:
curl -I ...6dc348cef2297a8f4f2280d4100003b6/qrcode.png HTTP/1.1 200 OK Server: CouchDB/0.11.0 (Erlang OTP/R13B) ETag: "28-439f0ba4de3216513bf59c4bc10b293d" Date: Sun, 09 May 2010 15:58:45 GMT Content-Type: image/png Content-Length: 0 Cache-Control: must-revalidate curl -I 6dc348cef2297a8f4f2280d4100005af/testiohone.mp4 HTTP/1.1 200 OK Server: CouchDB/0.11.0 (Erlang OTP/R13B) ETag: "12-a2fa92efb63b45ee014fa0838ad329e6" Date: Sun, 09 May 2010 15:56:55 GMT Content-Type: video/mp4 Content-Length: 0 Cache-Control: must-revalidate This is true for Attachments only and similar to this bug: https://issues.apache.org/jira/browse/COUCHDB-385 Is this a known issue and how can i fix it? Thanks Richard
