uswitch / binj

Clojure library for accessing the Bing Ads API
Eclipse Public License 1.0
0 stars 2 forks source link

Fix byte-array to stream conversion error #1

Closed christianblunden closed 8 years ago

christianblunden commented 8 years ago

use core io/input-stream to fetch report data rather than http client library.
Seems more stable than the http client library.

christianblunden commented 8 years ago

This seems to result in SocketTimeouts during the SSL handshake in some cases.. I have considered using the clj-http full client rather than lite. will investigate this as a better solution