summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-01-31 15:03:34 +0100
committerHarald Musum <musum@oath.com>2018-01-31 15:03:34 +0100
commit587317c27582df1adffef4f1f90915f089087d42 (patch)
tree8cf8ef69a8cfa76a24f9edcc3f747cf7c6bfcd76 /jdisc_core
parentc4802f1fa7db7806ddd9b2b2d0bbb416d90720fc (diff)
Log when activate times out (low-level timeout in jdisc)
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/Response.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java b/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java
index 8e9a75ba1f0..ed6dccace30 100644
--- a/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java
+++ b/jdisc_core/src/main/java/com/yahoo/jdisc/Response.java
@@ -208,7 +208,7 @@ public class Response {
}
/**
- * This is a convenience method for creating a Response with status {@link Status#REQUEST_TIMEOUT} and passing
+ * This is a convenience method for creating a Response with status {@link Status#GATEWAY_TIMEOUT} and passing
* that to the given {@link ResponseHandler#handleResponse(Response)}. For trivial implementations of {@link
* RequestHandler#handleTimeout(Request, ResponseHandler)}, simply call this method.
*