On Wed, 2007-02-21 at 19:08 +0100, Roland Weber wrote: > Hi Oleg, > > > HTTPCORE-42: > > > > * Moved socket timeout methods to the HttpConnection interface > > I was quite satisfied that our generic connection interfaces had > nothing to do with sockets. As is it just in the method names and > does not actually reference the Socket class I'm still OK with this > change. Just wanted to put it on record. > > cheers, > Roland >
Hi Roland Will renaming xxxSocketTimeout to xxxIOTimeout be an improvement? One way or another we need a generic means of handling connection I/O timeouts for the client side of the 'expect: continue' handshake. Oleg > > +++ > > jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpConnection.java > > Wed Feb 21 09:52:36 2007 > > @@ -77,6 +77,22 @@ > > + void setSocketTimeout(int timeout); > > + int getSocketTimeout(); > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
