Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] HTTP2 client/server issues

Hi,

On Thu, Nov 19, 2015 at 9:02 PM, Matthew Painter
<matthew.painter@xxxxxxxxx> wrote:
> Hi all,
>
> Thought I would email before posting a bug to see what's what
>
> as I know the HTTP2 implementation is very new and there may be some caveats
> :)
>
> Trialling switching to HTTP/2 for a client/server within our stack. After a
> while the HTTP2 client locks up as below. There's only a couple of
> destinations being used.
>
> Any ideas, otherwise will try to make it reproducible at some point soon-ish
> :)

Try 9.3.6 first.
We have fixed few issues in the HTTP/2 module that may have caused a
connection to be closed prematurely, like your stack trace shows.

If 9.3.6 fails too, then I'd be interested in a reproducible test case :)

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


Back to the top