You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2019/08/25 10:08:02 UTC

[httpcomponents-client] branch master updated (8f6f6a5 -> d5e1392)

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git.


    from 8f6f6a5  Improved handling of request cancellation (classic API)
     add d5e1392  HTTPCLIENT-2013: revised handling of connect exceptions; improved consistency in behavior of the classic and async clients; ConnectTimeoutException now extends SocketTimeoutException

No new revisions were added by this update.

Summary of changes:
 .../hc/client5/http/ConnectExceptionSupport.java   | 87 ++++++++++++++++++++++
 .../hc/client5/http/ConnectTimeoutException.java   | 36 ++-------
 .../hc/client5/http/HttpHostConnectException.java  | 28 +++----
 .../io/DefaultHttpClientConnectionOperator.java    | 22 +-----
 .../http/impl/nio/MultihomeIOSessionRequester.java |  4 +-
 ...tions.java => ConnectExceptionSupportTest.java} | 32 +++-----
 .../client5/http/examples/ClientExecuteSOCKS.java  |  8 +-
 .../impl/TestDefaultHttpRequestRetryHandler.java   |  6 +-
 8 files changed, 120 insertions(+), 103 deletions(-)
 create mode 100644 httpclient5/src/main/java/org/apache/hc/client5/http/ConnectExceptionSupport.java
 rename httpclient5/src/test/java/org/apache/hc/client5/http/{TestExceptions.java => ConnectExceptionSupportTest.java} (75%)