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

Unfortunately some servers don't behave well with HEAD request, I just wanted to emulate a true browser behavior. 


On Sat, Jan 11, 2014 at 4:53 AM, John English <john.foreign@xxxxxxxxx> wrote:
On 11/01/2014 04:20, Gaurav Kumar wrote:
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.

Send a HEAD request?

--
John English

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top