@Test
public void aggregatePostInMemoryTest() throws Exception {
final CountDownLatch l = new CountDownLatch(1);
final CountDownLatch suspendCD = new CountDownLatch(1);
Config config = new Config.Builder()
.port(port)
.host("127.0.0.1")
.supportChunking(false)
.aggregateRequestBodyInMemory(false)
.resource("/suspend", new AtmosphereHandler() {