mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Update to 2.0.6 snapshot for Header sent too soon fix, which allows DispatcherHandler to assign content-type correctly.
This commit is contained in:
+2
-2
@@ -38,8 +38,8 @@ public abstract class AbstractHttpHandlerIntegrationTests {
|
||||
return new Object[][] {
|
||||
{new JettyHttpServer()},
|
||||
{new TomcatHttpServer()},
|
||||
{new ReactorHttpServer()},
|
||||
{new RxNettyHttpServer()}
|
||||
{new RxNettyHttpServer()},
|
||||
{new ReactorHttpServer()}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user