aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-21 16:25:46 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-09-21 16:25:46 +0200
commit03272df5273b887aef14b49a4b2e12165b5b388f (patch)
treef65a12267590443cdf5649b5762fc134893955a5 /container-core/abi-spec.json
parentfebdf45cbdf6de694d267794d7e689b1dd445947 (diff)
fixup! Allow error response for worker pool overload to be customized by handler
Diffstat (limited to 'container-core/abi-spec.json')
-rw-r--r--container-core/abi-spec.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index 4f0b0f2ff12..28aeb5155c2 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -632,7 +632,7 @@
"public final com.yahoo.jdisc.handler.ContentChannel handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)",
"public java.time.Duration getTimeout()",
"protected abstract void handleRequest(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.BufferedContentChannel, com.yahoo.jdisc.handler.ResponseHandler)",
- "protected void writeErrorResponseWhenOverloadedWorkerPool(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)"
+ "protected void writeErrorResponseOnOverload(com.yahoo.jdisc.Request, com.yahoo.jdisc.handler.ResponseHandler)"
],
"fields": [
"protected final com.yahoo.jdisc.Metric metric"