summaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2021-04-12 12:21:45 +0200
committerGitHub <noreply@github.com>2021-04-12 12:21:45 +0200
commitd63e3d7e5b5d31fd485fc710c97d674904f13754 (patch)
treec019d2ece68973a01407121d3726c6ec2fe74aef /container-core/abi-spec.json
parentf7dc9f789dcec46b0c3365878b1100ef2e9a37d4 (diff)
Revert "Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]"""
Diffstat (limited to 'container-core/abi-spec.json')
-rw-r--r--container-core/abi-spec.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index e333621df0e..da8ed609dfc 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -907,7 +907,6 @@
"public com.yahoo.jdisc.http.ConnectorConfig$Builder secureRedirect(com.yahoo.jdisc.http.ConnectorConfig$SecureRedirect$Builder)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder maxRequestsPerConnection(int)",
"public com.yahoo.jdisc.http.ConnectorConfig$Builder maxConnectionLife(double)",
- "public com.yahoo.jdisc.http.ConnectorConfig$Builder http2Enabled(boolean)",
"public final boolean dispatchGetConfig(com.yahoo.config.ConfigInstance$Producer)",
"public final java.lang.String getDefMd5()",
"public final java.lang.String getDefName()",
@@ -1229,8 +1228,7 @@
"public com.yahoo.jdisc.http.ConnectorConfig$ProxyProtocol proxyProtocol()",
"public com.yahoo.jdisc.http.ConnectorConfig$SecureRedirect secureRedirect()",
"public int maxRequestsPerConnection()",
- "public double maxConnectionLife()",
- "public boolean http2Enabled()"
+ "public double maxConnectionLife()"
],
"fields": [
"public static final java.lang.String CONFIG_DEF_MD5",
@@ -1465,8 +1463,7 @@
],
"fields": [
"public static final enum com.yahoo.jdisc.http.HttpRequest$Version HTTP_1_0",
- "public static final enum com.yahoo.jdisc.http.HttpRequest$Version HTTP_1_1",
- "public static final enum com.yahoo.jdisc.http.HttpRequest$Version HTTP_2_0"
+ "public static final enum com.yahoo.jdisc.http.HttpRequest$Version HTTP_1_1"
]
},
"com.yahoo.jdisc.http.HttpRequest": {