Skip to content
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

Unexpected message when TLS connection closed #533

Closed
lukaszsamson opened this issue Feb 5, 2018 · 3 comments
Closed

Unexpected message when TLS connection closed #533

lukaszsamson opened this issue Feb 5, 2018 · 3 comments

Comments

@lukaszsamson
Copy link

lukaszsamson commented Feb 5, 2018

Environment

  • Elixir 1.5.3, erlang 20.2
  • ExAws 2.0.2
  • hackney 1.11.0

Current behavior

When using ExAws.request and TLS connection to AWS gets closed, the calling process receives unexpected message
{:ssl_closed, {:sslsocket, {:gen_tcp, #Port<0.80147>, :tls_connection, :undefined}, #PID<0.2224.2>}}

This is actually caused by hackney issue benoitc/hackney#464

Expected behavior

No unexpected messages

@ericmj
Copy link
Contributor

ericmj commented Feb 5, 2018

Doesn't look like ex_aws can do anything but wait for a hackney fix.

@benwilson512
Copy link
Contributor

If there's a meaningful change that we can add to the hackney adapter then we can re-open.

@joshchernoff
Copy link

can Hackney be easily replaced with say HTTPotion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants