This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new f7766992c remove unused variable (#186)
f7766992c is described below
commit f7766992c6ceaf4602d9b5af0656a3c563e600c7
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Jun 17 10:48:11 2023 +0100
remove unused variable (#186)
---
.../scala/org/apache/pekko/http/impl/engine/http2/ProtocolSwitch.scala | 1 -
1 file changed, 1 deletion(-)
diff --git
a/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/ProtocolSwitch.scala
b/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/ProtocolSwitch.scala
index 7e84ff59d..bcfee4129 100644
---
a/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/ProtocolSwitch.scala
+++
b/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/ProtocolSwitch.scala
@@ -49,7 +49,6 @@ private[http] object ProtocolSwitch {
val terminatorPromise = Promise[ServerTerminator]()
object Logic extends GraphStageLogic(shape) {
- logic =>
// --- inner ports, bound to actual server in install call ---
val serverDataIn = new
SubSinkInlet[SslTlsOutbound]("ServerImpl.netIn")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]