cch1 / http.async.client

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

Update to latest AsyncHttpClient to fix onComplete bug in 1.2.0 #9

Closed drone29a closed 13 years ago

drone29a commented 13 years ago

In the version of Ning's AsyncHttpClient which is currently used in http.async.client there is a bug which causes the 'onComplete' method/callback to be called twice. Later versions reportedly have fixed this issue.

Can http.async.client be updated to depend on a newer version of AsyncHttpClient?

See this exchange for a mention of the bug: http://groups.google.com/group/asynchttpclient/browse_thread/thread/26466edd0e0dbbd8/3a34784cbb654c1d?lnk=gst&q=oncompleted+called+twice#3a34784cbb654c1d

neotyk commented 13 years ago

Fixed, new version released v0.2.1. Includes async.http.client 1.3.2.

drone29a commented 13 years ago

Thanks, the update to 1.3.2 did fix the problem.

neotyk commented 13 years ago

Great, thanks for the update :)