mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 00:17:18 +00:00
* Using new IOState object in AbstractWebSocketConnection to better manage close handshake state and replies. * Cleaning up many bad BufferPool.release() calls against ByteBuffers that didn't arrive from BufferPool.acquire() * Removing many ByteBuffer.wrap() calls. * Fixing FrameCompression / MessageCompression extension handling of ByteBuffers