Actually I am interested in just receiving headers from server and do nothing with data. Is there a simple way to achieve this? I can obviously discard the data received in bytebuffer but I am hoping for simple and elegant way.
On Fri, Jan 10, 2014 at 3:03 PM, Simone Bordet <[email protected]> wrote: > Hi, > > On Fri, Jan 10, 2014 at 11:38 PM, Gaurav Kumar <[email protected]> > wrote: > > When I execute this code, I get below exception- > > > > How do I go about fixing it? > > The default size for response content buffering is 2 MiB, as explained > in the documentation > (http://www.eclipse.org/jetty/documentation/current/http-client-api.html) > where it is explained also how to deal with bigger content. > > -- > Simone Bordet > ---- > http://cometd.org > http://webtide.com > http://intalio.com > Developer advice, training, services and support > from the Jetty & CometD experts. > Intalio, the modern way to build business applications. > _______________________________________________ > 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
