Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
This commit is contained in:
commit
8065d04a0d
|
@ -72,6 +72,8 @@ public abstract class FrameGenerator<T extends BaseFrame>
|
||||||
ByteBuffer buffer = ByteBuffer.allocate(buflen);
|
ByteBuffer buffer = ByteBuffer.allocate(buflen);
|
||||||
// TODO: figure out how to get this from a bytebuffer pool
|
// TODO: figure out how to get this from a bytebuffer pool
|
||||||
|
|
||||||
|
buffer.put(framing);
|
||||||
|
|
||||||
generatePayload(buffer, frame);
|
generatePayload(buffer, frame);
|
||||||
return buffer;
|
return buffer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue