Replies: 1 comment 1 reply
-
It's not "preview" or "experimental" any more, but enabling it changes the runtime behavior significantly and people might not want to accidentally use it in usual deployments. There's a potential performance component to it, because HTTP2 support needs to hook into the connection to figure out when HTTP2 is requested. Especially, in deployments without TLS, enabling HTTP2 currently automatically enables a somewhat unusual configuration of running HTTP2 on plain connections. When you want to run HTTP2, you will usually also have to setup TLS manually, so there's little cost to letting it disabled by default in my opinion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
currently disabled by default - see https://github.com/apache/incubator-pekko-http/blob/e11260fa02120247016fe385d1e898677e4f3432/http-core/src/main/resources/reference.conf#L31
Beta Was this translation helpful? Give feedback.
All reactions