javaswift / joss

Java library for OpenStack Storage, aka Swift
http://javaswift.org
117 stars 108 forks source link

Bump HTTP components version to help SocketTimeoutException #134

Closed alombardo4 closed 4 years ago

alombardo4 commented 7 years ago

We are seeing issues with the underlying HTTPClient library not handling SocketTimeoutExceptions properly. A fix was introduced in version 4.3 of the library, so this PR updates the POM to update the dependency. All tests pass locally.

Issue Link: https://issues.apache.org/jira/browse/HTTPCLIENT-1280

ferrys commented 7 years ago

Hi @alombardo4, I'd like to merge this but can you please fix the conflicts with master?