Hi, On Fri, Sep 25, 2015 at 10:23 AM, Muhui Jiang <[email protected]> wrote: > Hi > > Did you mean this > > generate(ByteBufferPool.Lease lease, FrameType frameType, int capacity, int > length, int flags, int streamId)
I mean this: http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/jetty-http2/http2-common/src/main/java/org/eclipse/jetty/http2/generator/HeadersGenerator.java#n84 As you can see, the behavior of the HeadersGenerator can be changed by changing the "maxHeaderBlockFragment" configuration parameter. By changing that, you can send continuation frames. -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
