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?

Regards,
Nick



--
View this message in context: 
http://jetty.4.x6.nabble.com/Reopening-connection-using-a-SPDYClient-tp4961610.html
Sent from the Jetty User mailing list archive at Nabble.com.
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to