-
Notifications
You must be signed in to change notification settings - Fork 1.1k
docker-java-transport-httpclient5
broken over Unix sockets (regression in httpclient5
5.4)
#2363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Clone https://github.com/docker-java/docker-java.git and apply
and run
mvn clean verify -Dtest=HttpClient5Tests -DfailIfNoTests=false -DskipITs
Expected results
Note: These are the actual results with httpclient5 5.0.3 and 5.3.1.
Tests pass.
Actual results
Tests fail with
Evaluation
Bisection shows this regression was caused by apache/httpcomponents-client@851c8df9f in apache/httpcomponents-client#540 by @ok2c. See also HTTPCLIENT-2348.
The text was updated successfully, but these errors were encountered: