Re: Clojure contrib http-agent hangs when making a POST request

2009-11-02 Thread Stuart Sierra
I've pushed a slightly different fix; (string...) now waits for the HTTP request to finish. -SS On Oct 31, 6:00 am, Alex alexspurl...@gmail.com wrote: Rob, that's perfect. Thanks very much for looking into that and supplying the patch. Hopefully we can get that applied to the source in git.

Re: Clojure contrib http-agent hangs when making a POST request

2009-10-31 Thread Alex
Rob, that's perfect. Thanks very much for looking into that and supplying the patch. Hopefully we can get that applied to the source in git. On Oct 30, 9:58 pm, Rob Wolfe r...@smsnet.pl wrote: Alex alexspurl...@gmail.com writes: Hi, I'm getting some strange errors when trying to make a

Clojure contrib http-agent hangs when making a POST request

2009-10-30 Thread Alex
Hi, I'm getting some strange errors when trying to make a POST request using the Clojure contrib http-agent library (http:// richhickey.github.com/clojure-contrib/http.agent-api.html). When I run: (use 'clojure.contrib.http.agent) (println (string (http-agent http://www.google.com; :method

Re: Clojure contrib http-agent hangs when making a POST request

2009-10-30 Thread Rob Wolfe
Alex alexspurl...@gmail.com writes: Hi, I'm getting some strange errors when trying to make a POST request using the Clojure contrib http-agent library (http:// richhickey.github.com/clojure-contrib/http.agent-api.html). When I run: (use 'clojure.contrib.http.agent) (println (string