@ -239,6 +245,46 @@ public class ResponseBodyEmitterReturnValueHandlerTests {
@@ -239,6 +245,46 @@ public class ResponseBodyEmitterReturnValueHandlerTests {
@ -4756,6 +4756,46 @@ suitable under load. If you plan to stream with a reactive type, you should use
@@ -4756,6 +4756,46 @@ suitable under load. If you plan to stream with a reactive type, you should use
[[mvc-ann-async-context-propagation]]
=== Context Propagation
It is common to propagate context via `java.lang.ThreadLocal`. This works transparently
for handling on the same thread, but requires additional work for asynchronous handling