diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java index 819c7e9e210..acf341acc4d 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java @@ -75,6 +75,7 @@ public class HandlerFunctionAdapter implements HandlerAdapter, Ordered { * for further processing of the concurrently produced result. *
If this value is not set, the default timeout of the underlying * implementation is used. + * A value of 0 or less indicates that the asynchronous operation will never time out. * @param timeout the timeout value in milliseconds */ public void setAsyncRequestTimeout(long timeout) {