|
|
|
@ -233,7 +233,7 @@ class ResponseBodyEmitterReturnValueHandlerTests { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
@Test |
|
|
|
@SuppressWarnings({"try","unused"}) |
|
|
|
@SuppressWarnings({"try","unused", "deprecation"}) |
|
|
|
void responseBodyFluxWithThreadLocal() throws Exception { |
|
|
|
void responseBodyFluxWithThreadLocal() throws Exception { |
|
|
|
this.request.addHeader("Accept", "text/event-stream"); |
|
|
|
this.request.addHeader("Accept", "text/event-stream"); |
|
|
|
|
|
|
|
|
|
|
|
|