Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] response.getOutputStream().write() hangs forever if client doesn't consume the response

Thanks Simone,

Here is the bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=453805
A TestCase has been attached.

Ben

On Thu, Nov 27, 2014 at 11:49 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Wed, Nov 26, 2014 at 11:10 PM, Benjamin Jaton
<benjamin.jaton@xxxxxxxxx> wrote:
> The change I am talking about is between RC1 and RC2, not between RC1 and
> 8.1.16.
> So that's probably easier to isolate.
>
> This has been tried on:
> - Ubuntu 12.04 / JDK 8u05
> - Windows 7 pro / JDK 8u11
>
> Server connection configuration is just in the code itself
> http://pastie.org/9745330 :
>   SelectChannelConnector httpConnector = new SelectChannelConnector();
>   httpConnector.setPort(8080);
>   httpConnector.setMaxIdleTime(10000);
>
> We tried with Jetty 9.3.0.M1 with the same behaviour.

Please file an issue, and if possible attach a reproducible test case.

Thanks !

--
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top