File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
org.clojure/tools.logging
6
6
{:mvn/version " 1.2.4" , :exclusions [org.clojure/clojure]},
7
7
manifold/manifold
8
- {:mvn/version " 0.4.1 " , :exclusions [org.clojure/tools.logging]},
8
+ {:mvn/version " 0.4.2 " , :exclusions [org.clojure/tools.logging]},
9
9
org.clj-commons/byte-streams {:mvn/version " 0.3.4" },
10
10
org.clj-commons/dirigiste {:mvn/version " 1.0.3" },
11
11
org.clj-commons/primitive-math {:mvn/version " 1.0.1" },
Original file line number Diff line number Diff line change 9
9
:license {:name " MIT License" }
10
10
:dependencies [[org.clojure/clojure " 1.11.1" ]
11
11
[org.clojure/tools.logging " 1.2.4" :exclusions [org.clojure/clojure]]
12
- [manifold " 0.4.1 " :exclusions [org.clojure/tools.logging]]
12
+ [manifold " 0.4.2 " :exclusions [org.clojure/tools.logging]]
13
13
[org.clj-commons/byte-streams " 0.3.4" ]
14
14
[org.clj-commons/dirigiste " 1.0.3" ]
15
15
[org.clj-commons/primitive-math " 1.0.1" ]
Original file line number Diff line number Diff line change 1456
1456
(doto (-> ssl-handler
1457
1457
(.handshakeFuture )
1458
1458
wrap-future)
1459
- (d/on-realized (fn [_] (log/info " SSL handshake completed" ))
1459
+ (d/on-realized (fn [_] (log/debug " SSL handshake completed" ))
1460
1460
(fn [_] (log/warn " SSL handshake failed" )))))
1461
1461
(d/success-deferred ch)))
1462
1462
You can’t perform that action at this time.
0 commit comments