@ -67,9 +66,11 @@ public class ReactorServerHttpResponse implements ServerHttpResponse {
@@ -67,9 +66,11 @@ public class ReactorServerHttpResponse implements ServerHttpResponse {
@ -72,10 +71,12 @@ public class RxNettyServerHttpResponse implements ServerHttpResponse {
@@ -72,10 +71,12 @@ public class RxNettyServerHttpResponse implements ServerHttpResponse {
@ -83,9 +83,11 @@ public class ServletServerHttpResponse implements ServerHttpResponse {
@@ -83,9 +83,11 @@ public class ServletServerHttpResponse implements ServerHttpResponse {
@ -74,13 +75,6 @@ public class UndertowServerHttpResponse implements ServerHttpResponse {
@@ -74,13 +75,6 @@ public class UndertowServerHttpResponse implements ServerHttpResponse {
@ -112,6 +106,14 @@ public class UndertowServerHttpResponse implements ServerHttpResponse {
@@ -112,6 +106,14 @@ public class UndertowServerHttpResponse implements ServerHttpResponse {
@ -97,7 +97,7 @@ public class WriteWithOperator<T> implements Function<Subscriber<? super Void>,
@@ -97,7 +97,7 @@ public class WriteWithOperator<T> implements Function<Subscriber<? super Void>,
@ -139,7 +139,7 @@ public class WriteWithOperator<T> implements Function<Subscriber<? super Void>,
@@ -139,7 +139,7 @@ public class WriteWithOperator<T> implements Function<Subscriber<? super Void>,
@ -148,10 +148,10 @@ public class WriteWithOperator<T> implements Function<Subscriber<? super Void>,
@@ -148,10 +148,10 @@ public class WriteWithOperator<T> implements Function<Subscriber<? super Void>,
@ -184,7 +184,7 @@ public class WriteWithOperator<T> implements Function<Subscriber<? super Void>,
@@ -184,7 +184,7 @@ public class WriteWithOperator<T> implements Function<Subscriber<? super Void>,
@Override
protectedvoiddoRequest(longn){
if(this.readyToWrite){
if(readyToWrite){
super.doRequest(n);
return;
}
@ -204,6 +204,34 @@ public class WriteWithOperator<T> implements Function<Subscriber<? super Void>,
@@ -204,6 +204,34 @@ public class WriteWithOperator<T> implements Function<Subscriber<? super Void>,
@ -62,6 +62,10 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -62,6 +62,10 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -75,9 +79,10 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -75,9 +79,10 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -98,11 +103,8 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -98,11 +103,8 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -187,9 +189,8 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -187,9 +189,8 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -91,9 +109,59 @@ public class RequestMappingHandlerAdapter implements HandlerAdapter, Initializin
@@ -91,9 +109,59 @@ public class RequestMappingHandlerAdapter implements HandlerAdapter, Initializin
@ -122,6 +123,30 @@ public class RequestMappingIntegrationTests extends AbstractHttpHandlerIntegrati
@@ -122,6 +123,30 @@ public class RequestMappingIntegrationTests extends AbstractHttpHandlerIntegrati
@ -478,6 +503,24 @@ public class RequestMappingIntegrationTests extends AbstractHttpHandlerIntegrati
@@ -478,6 +503,24 @@ public class RequestMappingIntegrationTests extends AbstractHttpHandlerIntegrati