Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] SharedBlockingCallback

Hi,

On Thu, Sep 14, 2017 at 11:14 PM, Guillaume Maillard
<guillaume.maillard@xxxxxxxxx> wrote:
> Yes you are right, but after that Jetty is not responding anymore to
> resquests... blocked in outputstream write()... which is the real issue...

Please file an issue about this at
https://github.com/eclipse/jetty.project/issues/.

Do you have a reproducible test case ?
If so, please attach it to the issue.

We should close the connection after a 400, and it's strange that we
block in write, so we need to understand the issue before telling
whether it's a timeout issue or something else.

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


Back to the top