clj-commons/clj-http-lite

Reflection warning at clj_http/lite/core.clj:75:7

borkdude opened this issue · 0 comments

I found this reflection warning:

Reflection warning, clj_http/lite/core.clj:75:7 - call to method setChunkedStreamingMode on java.net.URLConnection can't be resolved (no such method).

I suggest adding (set! *warn-on-reflection* true) in the namespaces and getting rid of reflection warnings, to make this library more compatible with GraalVM.