summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-05-21 10:56:34 +0200
committerGitHub <noreply@github.com>2021-05-21 10:56:34 +0200
commit0ab97739be414a7d26951f5fbb9daba7cbccd5fa (patch)
treec9031668203a4b13a800c55913e564b0f748c536
parentfb6c43339487f2f5d4876aea651851f9712d6527 (diff)
parente56aee790efe81818f4ccfc8af5d7c96dd5303b4 (diff)
Merge pull request #17936 from vespa-engine/bjorncs/http2
Enable HTTP/2 by default in jdisc (assuming ALPN/TLS)
-rw-r--r--container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def b/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
index cb1e366f843..09b883a620e 100644
--- a/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
+++ b/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
@@ -127,4 +127,4 @@ maxRequestsPerConnection int default=0
maxConnectionLife double default=0.0
# Enable HTTP/2 (in addition to HTTP/1.1 using ALPN)
-http2Enabled bool default=false
+http2Enabled bool default=true