On Wed, 2015-12-23 at 14:30 +0100, Philippe Mouawad wrote:
> Hi,
> Any answer on the 1/ question ?
> Thanks
> Regards
> 
> On Tue, Dec 22, 2015 at 2:39 PM, Philippe Mouawad <
> philippe.moua...@gmail.com> wrote:
> 
> > Hi,
> > With further investigation, I answered to some of my questions.
> >
> > Regards
> >
> > On Mon, Dec 21, 2015 at 6:52 PM, Philippe Mouawad <
> > philippe.moua...@gmail.com> wrote:
> >
> >> Hello,
> >> Looking at:
> >>
> >>    - https://issues.apache.org/jira/browse/HTTPCLIENT-1119
> >>
> >>
> >> 1/ It is not clear for me how the fix works if commit association is
> >> correct:
> >>
> >>    - https://fisheye6.atlassian.com/changelog/httpcomponents?cs=1544769
> >>
> >> Is the fix about replacing:
> >>
> >> final SSLSocket sock = (SSLSocket) this.socketfactory.createSocket();
> >>
> >> with :
> >> SocketFactory.getDefault().createSocket();

Pretty much. Please note though that the use of a plain socket instead
of a fully initialized SSL socket causes a different execution path in
#connectSocket method.

Oleg 




---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to