jetty-9 moved connection upgrade support to HttpConnection completed

This commit is contained in:
Greg Wilkins 2012-07-04 14:19:38 +02:00
parent 05f9ba8244
commit 2b4bf3ef26
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ public class WebSocketAsyncConnection extends AbstractAsyncConnection implements
LOG.debug("onOpen()");
super.onOpen();
fillInterested();
xx
}
private void read(ByteBuffer buffer)