We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940bdd8 commit d98bd34Copy full SHA for d98bd34
spring-web/src/main/java/org/springframework/web/context/request/async/WebAsyncManager.java
@@ -105,7 +105,6 @@ public final class WebAsyncManager {
105
*/
106
public void setAsyncWebRequest(final AsyncWebRequest asyncWebRequest) {
107
Assert.notNull(asyncWebRequest, "AsyncWebRequest must not be null");
108
- Assert.state(!isConcurrentHandlingStarted(), "Can't set AsyncWebRequest with concurrent handling in progress");
109
this.asyncWebRequest = asyncWebRequest;
110
this.asyncWebRequest.addCompletionHandler(new Runnable() {
111
@Override
0 commit comments