In jetty.websocket.common.common.extensions.compress.ByteAccumulator, line 57, the test is for "buf.length + length > maxSize". Judging by the code that follows it, that test seems like it should actually be "this.length + length > maxSize". Is this a bug, or am I misunderstanding the logic here?
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
