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:
Stephane Maldini
2015-09-29 23:16:06 +01:00
parent 20c4011094
commit 4ffec61310
2 changed files with 6 additions and 4 deletions

View File

@@ -38,8 +38,8 @@ public abstract class AbstractHttpHandlerIntegrationTests {
return new Object[][] {
{new JettyHttpServer()},
{new TomcatHttpServer()},
{new ReactorHttpServer()},
{new RxNettyHttpServer()}
{new RxNettyHttpServer()},
{new ReactorHttpServer()}
};
}