Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] 9.1.0.RC1 ByteAccumulator.addBuffer bug?

Seems like a bug.


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Wed, Nov 6, 2013 at 4:07 PM, Brandon Mintern <mintern@xxxxxxxxxxx> 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
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top