Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] java.lang.IllegalArgumentException: Buffering capacity exceeded

Hi,

On Fri, Jan 10, 2014 at 11:38 PM, Gaurav Kumar <gauravphoenix@xxxxxxxxx> 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.


Back to the top