Skip to content

Commit bded4d2

Browse files
committed
Update http-kit
1 parent 1c018ba commit bded4d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
[buddy/buddy-auth "3.0.1"]
5151
[crypto-password "0.3.0"]
5252
[digest "1.4.10"]
53-
[http-kit "2.5.3"]
53+
[http-kit "2.6.0"]
5454
[com.draines/postal "2.0.5"]
5555
[throttler "1.0.1"]
5656
[clj-http "3.12.3"]

src/clj/tasks/nrdb.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
(binding [org.httpkit.client/*default-client* sni-client/default-client]
4747
(let [url (str jnet-image-url code ".jpg")]
4848
(println "Downloading: " title "\t\t(" url ")")
49-
(http/get url {:as :byte-array :timeout 120000 :insecure? true}
49+
(http/get url {:as :byte-array :timeout 120000}
5050
(fn [{:keys [status body error]}]
5151
(case status
5252
404 (println "No image for card" code title)

0 commit comments

Comments
 (0)