Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty Http 2 Client warnings - NOT IMPLEMENTED max header list size to 131072

Hi,

On Mon, Nov 7, 2016 at 2:52 PM, sxam <sxamt@xxxxxxxxx> wrote:
> Hi guys,
> I use Jetty Http 2 client and everythings seems to be working fine, except
> that sometimes I get in my log
> NOT IMPLEMENTED max header list size to 131072
> messages. Now, I can see it in HTTP2Session class, but I have no idea what
> should I do about it. Should I increase some default size? But where?
> Thanks!

This warning has been removed in recent Jetty version.
It is harmless, and it is safe to ignore it.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top