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.
2 parents eb73b9d + df1b8cf commit ff648f3Copy full SHA for ff648f3
ring-jetty-adapter/src/ring/adapter/jetty.clj
@@ -113,7 +113,7 @@
113
(.addExcludeProtocols context-server protocols))))
114
context-server))
115
116
-(defn- ^ServerConnector ssl-connector [server options]
+(defn- ^ServerConnector ssl-connector [^Server server options]
117
(let [ssl-port (options :ssl-port 443)
118
http-factory (HttpConnectionFactory.
119
(doto (http-config options)
0 commit comments