This commit is contained in:
Norman Maurer 2013-11-28 13:49:39 +01:00
parent dab954dfb5
commit 4ea39aa9df

View File

@ -57,7 +57,6 @@ public class WebSocketServerHandshaker00Test {
EmbeddedChannel ch2 = new EmbeddedChannel(new HttpResponseDecoder());
ch2.writeInbound(ch.readOutbound());
ch2.writeInbound(ch.readOutbound());
HttpResponse res = (HttpResponse) ch2.readInbound();
Assert.assertEquals("ws://example.com/chat", res.headers().get(Names.SEC_WEBSOCKET_LOCATION));