Commit 66af1ce1 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.2.x'

Closes gh-19092
parents f540e7ea 58bfbb92
...@@ -220,8 +220,7 @@ public class WebMvcProperties { ...@@ -220,8 +220,7 @@ public class WebMvcProperties {
/** /**
* Amount of time before asynchronous request handling times out. If this value is * Amount of time before asynchronous request handling times out. If this value is
* not set, the default timeout of the underlying implementation is used, e.g. 10 * not set, the default timeout of the underlying implementation is used.
* seconds on Tomcat with Servlet 3.
*/ */
private Duration requestTimeout; private Duration requestTimeout;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment