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-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new c0f45b910 Update comment to reflect Pekko-http terminology (#1545)
c0f45b910 is described below

commit c0f45b910c05f91adc4440555920ad29711a808f
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 2 00:02:51 2026 +0200

    Update comment to reflect Pekko-http terminology (#1545)
---
 .../org/apache/pekko/stream/connectors/awsspi/PekkoHttpClient.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/aws-spi-pekko-http/src/main/scala/org/apache/pekko/stream/connectors/awsspi/PekkoHttpClient.scala
 
b/aws-spi-pekko-http/src/main/scala/org/apache/pekko/stream/connectors/awsspi/PekkoHttpClient.scala
index eb7d1764b..b4d73d7ff 100644
--- 
a/aws-spi-pekko-http/src/main/scala/org/apache/pekko/stream/connectors/awsspi/PekkoHttpClient.scala
+++ 
b/aws-spi-pekko-http/src/main/scala/org/apache/pekko/stream/connectors/awsspi/PekkoHttpClient.scala
@@ -119,7 +119,7 @@ object PekkoHttpClient {
       //
       .getOrElse(ContentTypes.NoContentType)
 
-  // This method converts the headers to Akka-http headers and drops 
content-length and returns content-type separately
+  // This method converts the headers to Pekko-http headers and drops 
content-length and returns content-type separately
   private[awsspi] def convertHeaders(
       headers: java.util.Map[String, java.util.List[String]]): 
(Option[HttpHeader], immutable.Seq[HttpHeader]) = {
     val headersAsScala = {


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

Reply via email to