We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5548a51 commit 27b2e5aCopy full SHA for 27b2e5a
test/aleph/tcp_ssl_test.clj
@@ -65,11 +65,11 @@
65
(deftest test-connection-close-during-ssl-handshake
66
(let [ssl-session (atom nil)
67
connection-closed (promise)
68
- notify-connection-closed (netty/channel-handler
69
- :channel-inactive
70
- ([_ ctx]
71
- (deliver connection-closed true)
72
- (.fireChannelInactive ctx)))]
+ notify-connection-closed #_:clj-kondo/ignore (netty/channel-handler
+ :channel-inactive
+ ([_ ctx]
+ (deliver connection-closed true)
+ (.fireChannelInactive ctx)))]
73
(with-server (tcp/start-server (ssl-echo-handler ssl-session)
74
{:port 10001
75
:ssl-context ssl/server-ssl-context
0 commit comments