Abele Zhang wrote: > My own EasySSLProtocolSocketFactory is almost exact same like > contributed version except package name change.( I only added couple > extra lines in trustManger) > > Or any other suggestions ?
Hi Abele, please make sure that the hashCode and equals method for your protocol socket factory work correctly. There is a hardcoded classname in both, and I don't know which tool you used to create a copy. I think that a problem with these methods would prevent connection reuse. It's been a while that this was discussed on the mailing list though, so I might be wrong. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
