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 0dcc34661 pekko-http2-support is part of pekko-http-core (#437)
0dcc34661 is described below
commit 0dcc3466115d659d6a79330536e52cfbd53565d6
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jan 23 10:58:43 2024 +0100
pekko-http2-support is part of pekko-http-core (#437)
---
http-core/src/main/resources/reference.conf | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/http-core/src/main/resources/reference.conf
b/http-core/src/main/resources/reference.conf
index 18fac38b3..56df978fd 100644
--- a/http-core/src/main/resources/reference.conf
+++ b/http-core/src/main/resources/reference.conf
@@ -23,8 +23,7 @@ pekko.http {
# "PREVIEW" features that are not yet fully production ready.
# These flags can change or be removed between patch releases.
preview {
- # If this setting is enabled AND the pekko-http2-support is found
- # on the classpath, `Http().newServerAt(...).bind` and `bindSync`
+ # If this setting is enabled `Http().newServerAt(...).bind` and
`bindSync`
# will be enabled to use HTTP/2.
#
# `Http().newServerAt(...).bindFlow` and `connectionSource()` are not
supported.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]