jetty-9 moved connection upgrade support to HttpConnection completed
This commit is contained in:
parent
05f9ba8244
commit
2b4bf3ef26
|
@ -172,7 +172,6 @@ public class WebSocketAsyncConnection extends AbstractAsyncConnection implements
|
||||||
LOG.debug("onOpen()");
|
LOG.debug("onOpen()");
|
||||||
super.onOpen();
|
super.onOpen();
|
||||||
fillInterested();
|
fillInterested();
|
||||||
xx
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void read(ByteBuffer buffer)
|
private void read(ByteBuffer buffer)
|
||||||
|
|
Loading…
Reference in New Issue