Re: COUCHDB-161 Range Request support for attachments

2009-10-29 Thread jens . riemschneider
...@apache.org 27.10.2009 15:58 Please respond to user@couchdb.apache.org To user@couchdb.apache.org cc Subject Re: COUCHDB-161 Range Request support for attachments Hi Jens, http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/couch_httpd_db.erl?view=markup line 857 ff. Cheers Jan -- On 27

Re: COUCHDB-161 Range Request support for attachments

2009-10-29 Thread Paul Davis
Of course this would disable MD5 validation on the skipped bytes; I'm not sure if anyone has discussed the ramifications.  Best, IIRC, there's something in the spec for Content-MD5 that deals with this. Paul Davis

COUCHDB-161 Range Request support for attachments

2009-10-27 Thread jens . riemschneider
Hi, I saw that the release notes of 0.10 include the feature request COUCHDB-161 Range Request support for attachments. I tried using the http header Range when doing a normal Get request for an attachment. However, I always get the complete attachment. I configured the CouchDb log to output

Re: COUCHDB-161 Range Request support for attachments

2009-10-27 Thread jens . riemschneider
:38, jens.riemschnei...@icw.de wrote: Hi, I saw that the release notes of 0.10 include the feature request COUCHDB-161 Range Request support for attachments. I tried using the http header Range when doing a normal Get request for an attachment. However, I always get the complete attachment. I

Re: COUCHDB-161 Range Request support for attachments

2009-10-27 Thread Jan Lehnardt
Subject Re: COUCHDB-161 Range Request support for attachments Hi, Range requests for attachments are not in 0.10. The release notes don't include that information. I think the confusion stems from that in JIRA, the issue is tagged 0.10. Note though that the issue is still open. Cheers Jan

Re: COUCHDB-161 Range Request support for attachments

2009-10-27 Thread Jan Lehnardt
to the right entry point in the code, I would definitely have a look. Thanks, Jens Jan Lehnardt j...@apache.org 27.10.2009 15:22 Please respond to user@couchdb.apache.org To user@couchdb.apache.org cc Subject Re: COUCHDB-161 Range Request support for attachments On 27 Oct 2009, at 15:10

Re: COUCHDB-161 Range Request support for attachments

2009-10-27 Thread jens . riemschneider
Hi Jan, ok thanks. I will give it a try. Jens Jan Lehnardt j...@apache.org 27.10.2009 15:58 Please respond to user@couchdb.apache.org To user@couchdb.apache.org cc Subject Re: COUCHDB-161 Range Request support for attachments Hi Jens, http://svn.apache.org/viewvc/couchdb/trunk/src

Re: COUCHDB-161 Range Request support for attachments

2009-10-27 Thread Noah Slater
On 27 Oct 2009, at 14:10, jens.riemschnei...@icw.de wrote: Thanks for the quick reply. I googled for the release notes and ended up at: http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310780styleName=Htmlversion=12313694 Guess that is just an automatic page generated from