Re: [jetty-users] Jetty http2 client request hangs indefinitely

2020-01-09 Thread Santhosh Kumar
Hi, I have reproduced the issue and have the debug logs and client dump Is there a separate channel or private window where I can share the logs? (I don't want to share it publicly). On Fri, Sep 27, 2019 at 11:48 AM Santhosh Kumar wrote: > >oggers are hierarchical. > > When you declare a

Re: [jetty-users] IllegalStateException in org.eclipse.jetty.server.HttpOutput#write(byte[], int, int)

2020-01-09 Thread Greg Wilkins
Eric, correct diagnosis! We have already fixed this (see https://github.com/eclipse/jetty.project/issues/4461) and a new release will be coming soon. regards On Fri, 10 Jan 2020 at 12:45, Eric Theriault wrote: > Hi-- > > > > I have just upgraded to 9.4.25.v20191220 and I have a piece of code

[jetty-users] IllegalStateException in org.eclipse.jetty.server.HttpOutput#write(byte[], int, int)

2020-01-09 Thread Eric Theriault
Hi-- I have just upgraded to 9.4.25.v20191220 and I have a piece of code that calls org.apache.commons.io.IOUtils.copy(inputStream, outputStream), where the outputStream is an instance of HttpOutput -- this code essentially just reads the code in chunks of 4096 bytes and writes that to the

[jetty-users] Eclipse Jetty 9.4.25 Has Been Released!

2020-01-09 Thread Chris Walker
Greetings! The Jetty team is happy to announce the immediate availability of a new release for the Eclipse Jetty 9.4.x branch. Jetty 9.4.25.v20191220 includes a number of bug fixes and improvements. It is recommended that all users upgrade as soon as they are able. A full list of changes for