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:
@@ -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