Re: Luwak and PNG Files

2011-02-22 Thread Sean Cribbs
Joe, Sorry for the curt reply earlier. It seems this may also be gzip issue combined with chunked-encoding. https://issues.basho.com/show_bug.cgi?id=936 In the meantime, try adding the header -H "Accept-Encoding: identity". Sean Cribbs Developer Advocate Basho Technologies, Inc. http://bash

Re: Luwak and PNG Files

2011-02-22 Thread Joe Osowski
This command: curl --data-binary @g005.PNG_L -H "Content-Type: image/png" http://sfdev02:8098/luwak/g005.PNG_L Exhibits the same behaviour. On Tue, Feb 22, 2011 at 1:59 PM, Sean Cribbs wrote: > Joe, > > Use --data-binary instead of --data. > > Sean Cribbs > Developer Advocate > Basho Technolog

Re: Luwak and PNG Files

2011-02-22 Thread Sean Cribbs
Joe, Use --data-binary instead of --data. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Feb 22, 2011, at 4:57 PM, Joe Osowski wrote: > I'm experimenting with using riak/luwak as a store for many small > files. Of course... a few of these files are on the large s

Luwak and PNG Files

2011-02-22 Thread Joe Osowski
I'm experimenting with using riak/luwak as a store for many small files. Of course... a few of these files are on the large size so I'm exploring Luwak. I'm seeing some strange behaviour though and I wonder what I'm doing wrong. I'm using this command: curl -i -X PUT -T g005.PNG_L -H "Content-T