Revisit wrapping of HttpTimeoutException / HttpConnectTimeoutException

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: core-libs

      The HttpClient will sometime wrap HttpTimeoutException / HttpConnectTimeoutException in other type of IOExceptions, such as plain IOException("connection closed") or SSLHandshakeException if the timeout occurred during SSLHandshake.

      It could be a better strategy to let the HttpTimeoutException / HttpConnectTimeoutException percolate as the top level exception - and add the other exceptions as suppressed exceptions.

            Assignee:
            Volkan Yazici
            Reporter:
            Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: