cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

Streaming listener stalls out #45

Closed julienXX closed 11 years ago

julienXX commented 11 years ago

Hi, I'm having the same issue as described here https://groups.google.com/forum/?fromgroups=#!topic/httpasyncclient/_z43p1YHH58 but with Clojure 1.4 and http.async.client 0.5.

Any idea?

Thanks, Julien

julienXX commented 11 years ago

Sorry I found my mistake, I had to add :timeout -1 in stream-seq options.