Seems like a bug.

--
Joakim Erdfelt <[email protected]>
webtide.com <http://www.webtide.com/> - intalio.com/jetty
Expert advice, services and support from from the Jetty & CometD experts
eclipse.org/jetty - cometd.org


On Wed, Nov 6, 2013 at 4:07 PM, Brandon Mintern <[email protected]> wrote:

> 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
>
>
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to