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/pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new a3c412659 remove unused field (#768)
a3c412659 is described below

commit a3c41265983af57386b5c33582f48f657bb02b8d
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Sep 12 13:03:10 2025 +0100

    remove unused field (#768)
---
 http-core/src/main/scala/org/apache/pekko/http/scaladsl/Http.scala | 1 -
 1 file changed, 1 deletion(-)

diff --git a/http-core/src/main/scala/org/apache/pekko/http/scaladsl/Http.scala 
b/http-core/src/main/scala/org/apache/pekko/http/scaladsl/Http.scala
index 42e352a2f..42ec70a11 100644
--- a/http-core/src/main/scala/org/apache/pekko/http/scaladsl/Http.scala
+++ b/http-core/src/main/scala/org/apache/pekko/http/scaladsl/Http.scala
@@ -88,7 +88,6 @@ class HttpExt @InternalStableApi /* constructor signature is 
hardcoded in Teleme
   // configured default HttpsContext for the client-side
   // SYNCHRONIZED ACCESS ONLY!
   private[this] var _defaultClientHttpsConnectionContext: 
HttpsConnectionContext = _
-  private[this] var _defaultServerConnectionContext: ConnectionContext = _
 
   // ** SERVER ** //
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to