Re: [Haskell-cafe] Error in HTTP 4.004 + CouchDB?

2009-01-23 Thread Tristan Seligmann
* Alex Ott alex...@gmail.com [2009-01-22 20:32:26 +0100]: PUT http://127.0.0.1:5984/test1/Users_ott_tmp_1_tst HTTP/1.1 Content-Type: ... ... Host: 127.0.0.1:5984 ... Note that this is a valid HTTP request, according to my reading of RFC2616. -- mithrandi, i Ainil en-Balandor, a faer

Re: [Haskell-cafe] Error in HTTP 4.004 + CouchDB?

2009-01-23 Thread Daniel McAllansmith
On Sat, 24 Jan 2009 14:18:24 Tristan Seligmann wrote: * Alex Ott alex...@gmail.com [2009-01-22 20:32:26 +0100]: PUT http://127.0.0.1:5984/test1/Users_ott_tmp_1_tst HTTP/1.1 Content-Type: ... ... Host: 127.0.0.1:5984 ... Note that this is a valid HTTP request, according to my reading

[Haskell-cafe] Error in HTTP 4.004 + CouchDB?

2009-01-22 Thread Alex Ott
Hello (i sent this message to the mail of author, specified at hackage, but it returned to me, so i decided to resend it here) I found strange thing during work with latest versions of CouchDB HTTP module on my Mac OS X 10.4. The problem is, that when i send document to the couchdb server, it

Re: [Haskell-cafe] Error in HTTP 4.004 + CouchDB?

2009-01-22 Thread Sigbjorn Finne
Thanks Alex, contacting the maintainer of a package rather than author is probably the best course of action in general. They may both be out of date, but the former maybe less so. :) As verified offline, you issue this request via sendHTTP when experiencing this misbehavior. A couple of