UrlConnectionHttpClient never works #941
Labels
bug
This issue is a bug.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
I am intrested to use UrlConnectionHttpClient in my project, because it startup time is minimal. But it never works even in test examples.
How to reproduce:
Clone repo with examples:
https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/javav2
Open s3 project, and add dependency:
Then in class S3ObjectOperations, configure S3Client to use UrlConnectionHttpClient:
Run example S3ObjectOperations.
Expected Behavior
Example should run, and finish without any problem
Current Behavior
Example stucks forever, each time. It never finish for me. It works for example with Netty client.
Logs:
Environment
2.1.4
openjdk 10.0.2 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4)
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode)
LSB Version: core-9.20170808ubuntu1-noarch:printing-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
The text was updated successfully, but these errors were encountered: