You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/03/01 14:47:31 UTC

[incubator-pekko-http] branch main updated: stray akka ref in conf (#95)

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 2aaac12d0 stray akka ref in conf (#95)
2aaac12d0 is described below

commit 2aaac12d055d13ffec1bcd9fa6a8b30d25dec6d2
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Wed Mar 1 15:47:24 2023 +0100

    stray akka ref in conf (#95)
---
 http-core/src/main/resources/reference.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http-core/src/main/resources/reference.conf b/http-core/src/main/resources/reference.conf
index eb1b3fc32..b84b5e367 100644
--- a/http-core/src/main/resources/reference.conf
+++ b/http-core/src/main/resources/reference.conf
@@ -727,7 +727,7 @@ pekko.http {
     # contains an HTTP header which cannot be parsed into its high-level model class due to incompatible syntax.
     ignore-illegal-header-for = []
 
-    # Parse headers into typed model classes in the Akka Http core layer.
+    # Parse headers into typed model classes in the Pekko Http core layer.
     #
     # If set to `off`, only essential headers will be parsed into their model classes. All other ones will be provided
     # as instances of `RawHeader`. Currently, `Connection`, `Host`, and `Expect` headers will still be provided in their


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org