You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by GitBox <gi...@apache.org> on 2019/10/22 16:13:44 UTC

[GitHub] [jclouds] xavierb-amadeus opened a new pull request #51: Fix infinite socket timeout when using ApacheHCHttpCommandExecutorServiceModule

xavierb-amadeus opened a new pull request #51: Fix infinite socket timeout when using ApacheHCHttpCommandExecutorServiceModule
URL: https://github.com/apache/jclouds/pull/51
 
 
   Because the Java type BasicHttpParams wasn't matching the one returned
   by provider "newBasicHttpParams" (which is returning a HttpParams type), it was configuring the Apache HTTP client with default settings (including connection and socket timeout), ignoring the ones of JClouds which were must safer in this regard (JCloudsones are currently 60sec for both, while Apache HC ones are -1, so infinite). It also prevented to override those default/infinite timeout settings with JClouds ones.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services