On Fri, Jan 15, 2010 at 09:32:34AM -0800, Chris Anderson wrote: > list and show should be able to return base64 data, to be decoded to > binary before sending to the client. I know there is a test that _show > can serve a favicon.ico file.
Thank you for pointing that out, I found the _show test. I had already grepped the source for base64, and found only one relevant instance in couch_httpd_external.erl. Now I see that gets called from couch_httpd_show.erl too. I can't see how _list calls it though?
