Merge branch 'jetty-9.2.x' into jetty-9.3.x
This commit is contained in:
commit
88945478f7
|
@ -103,7 +103,8 @@ public class WebSocketSession extends ContainerLifeCycle implements Session, Web
|
|||
@Override
|
||||
public void close()
|
||||
{
|
||||
connection.close();
|
||||
/* This is assumed to always be a NORMAL closure, no reason phrase */
|
||||
connection.close(StatusCode.NORMAL, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue