mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
410656 - WebSocketSession.suspend() hardcoded to return null
This commit is contained in:
parent
8d9e6dbd64
commit
50a960ef70
@ -435,8 +435,7 @@ public class WebSocketSession extends ContainerLifeCycle implements Session, Inc
|
||||
@Override
|
||||
public SuspendToken suspend()
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
return connection;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user