This is no longer the mailing list for HttpClient. Check out: http://hc.apache.org/httpclient-3.x/mail-lists.html
On Tue, Sep 7, 2010 at 12:30 PM, vinod jadhav <[email protected]> wrote: > Hi , > > I am using the Apache commons-httpclient 3.0 library. > > I have set the MultiThreadedHttpConnectionManager for httpSSLclient. > > I expect here the httpsClient SSLSocket to remain alive , So that for > subsequent http request the same SSLSocket should be used. > > But now when my https request gets completed , the HttpConnection.close() > method is invoked and the SSLSocket gets closed. > > Hence always a new SSLSocket gets opened ! > > Can someone give me pointer if its limitation in HttpClient library or how > to tackle it. > > Thanks in Advance, > Vinod Jadhav > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
