assertThat(response.content().toString(UTF_8), equalTo("o\n"));
final EmbeddedChannel ch2 = channelForService(echoFactory);
removeLastInboundMessageHandlers(ch2);
ch2.writeInbound(httpRequest(sessionUrl + Transports.Type.XHR.path(), GET));
final FullHttpResponse response2 = ch2.readOutbound();
assertThat(response2.content().toString(UTF_8), equalTo("c[2010,\"Another connection still open\"]\n"));
final EmbeddedChannel ch3 = channelForService(echoFactory);
removeLastInboundMessageHandlers(ch3);
ch3.writeInbound(httpRequest(sessionUrl + Transports.Type.XHR.path(), GET));