Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Reopening connection using a SPDYClient

Hi,

On Thu, Nov 21, 2013 at 10:41 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
> Hi,
>
> On Thu, Nov 21, 2013 at 3:37 AM, Nicholas Lun <nlun@xxxxxx> wrote:
>> Hi all,
>>
>> I'm using the HttpClient with configurable transports to send http requests
>> over spdy. After sending a few requests the connection times out and I get
>> "java.net.SocketException: Connection reset by peer: shutdown" which I think
>> is expected because it's just the closing of an idle connection.
>>
>> However, I don't see a way to reopen the connection. Trying to send more
>> requests just results in ClosedChannelExceptions. Can I reopen the
>> connection without creating a new HttpClient?
>
> Please file a bug. We are not handling properly the idle timeouts for
> streams and connections.

To clarify, the workaround is to avoid to idle timeout connections by
setting the idle timeout on the SPDYClient to -1.

-- 
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.


Back to the top