This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new fdad1d65e pekko-http2-support is part of pekko-http-core (#437) (#439)
fdad1d65e is described below
commit fdad1d65efd66a8bc97c940a5c3cc8efe979dd6e
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jan 23 11:16:14 2024 +0100
pekko-http2-support is part of pekko-http-core (#437) (#439)
---
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]