On Tue, Apr 22, 2008 at 10:01 AM, Michael Wallner <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having the problem of CouchDB not sending the trailing 0 -- > obligatory for the HTTP chunked encoding -- on empty responses. > > Is this a known issue? > > Thanks, > Mike > >
Hi michael, It seem that http/1.1 response is ok here. I simply tested it with a script hat send put/post and get regest and always have the right answerI. Ie a chunk followed by O\r\n which is a valid http/1.1 response. Is there any specific case you didn't get a valid response ? - benoƮt
