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.
do
1 parent 6307bba commit 82f394cCopy full SHA for 82f394c
src/aleph/http/common.clj
@@ -167,8 +167,9 @@
167
(cond
168
(map? ssl-context)
169
(if-let [apc ^ApplicationProtocolConfig (:application-protocol-config ssl-context)]
170
- (do (assert-consistent-alpn-config! (.supportedProtocols apc) desired-http-versions)
171
- ssl-context)
+ (do
+ (assert-consistent-alpn-config! (.supportedProtocols apc) desired-http-versions)
172
+ ssl-context)
173
(assoc ssl-context
174
:application-protocol-config
175
(netty/application-protocol-config desired-http-versions)))
0 commit comments