cch1 / http.async.client

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

http.async.client.status.proxy doesn't implement iterate, needed for newer cheshire versions #95

Open jwhitlark opened 1 year ago

jwhitlark commented 1 year ago

The error is (roughly):

java.lang.UnsupportedOperationException:  iterator

on 

http.async.client.status.proxy$clojure.lang.APersistentMap

We've worked around it, but I wanted to document it, and it doesn't seem that hard to fix, if someone was so inclined.