Merge remote-tracking branch 'origin/jetty-9.4.x'
This commit is contained in:
commit
e5a05bca0a
|
@ -171,7 +171,7 @@ public class PerMessageDeflateExtensionTest
|
||||||
// Client sends first message
|
// Client sends first message
|
||||||
session.getRemote().sendBytes(ByteBuffer.wrap(msg));
|
session.getRemote().sendBytes(ByteBuffer.wrap(msg));
|
||||||
|
|
||||||
clientSocket.messages.awaitEventCount(1,1,TimeUnit.SECONDS);
|
clientSocket.messages.awaitEventCount(1,5,TimeUnit.SECONDS);
|
||||||
String echoMsg = clientSocket.messages.poll();
|
String echoMsg = clientSocket.messages.poll();
|
||||||
Assert.assertThat("Echo'd Message",echoMsg,is("binary[sha1="+sha1+"]"));
|
Assert.assertThat("Echo'd Message",echoMsg,is("binary[sha1="+sha1+"]"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue