Issue #9682 - changes from review
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
c8b8ef6bd5
commit
7f7551a2a8
|
@ -467,6 +467,8 @@ public class JettyWebSocketFrameHandler implements FrameHandler
|
|||
needDemand = true;
|
||||
frame = delayedFrame;
|
||||
callback = delayedCallback;
|
||||
delayedFrame = null;
|
||||
delayedCallback = null;
|
||||
state = SuspendState.DEMANDING;
|
||||
break;
|
||||
|
||||
|
|
|
@ -202,7 +202,7 @@ public class SuspendResumeTest
|
|||
}
|
||||
|
||||
@Test
|
||||
public void timeoutWhileSuspended() throws Exception
|
||||
public void testTimeoutWhileSuspended() throws Exception
|
||||
{
|
||||
URI uri = new URI("ws://localhost:" + connector.getLocalPort() + "/suspend");
|
||||
EventSocket clientSocket = new EventSocket();
|
||||
|
|
Loading…
Reference in New Issue