Hi Oleg, > conn/HttpHostConnection.java > conn/impl/DefaultHttpHostConnection.java
I don't think we're doing ourselves a favor by inventing new, unrelated names for client connections. How about dropping the 'Http' prefix? conn/ClientConnection.java conn/impl/DefaultClientConnection.java The client side context is immediately obvious and we can still tell that it's the interface/class from HttpConn and not the one from HttpCore. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
