-
Notifications
You must be signed in to change notification settings - Fork 363
Incompatibility with hackney 1.22.0 #753
Copy link
Copy link
Description
The following arguments were given to Tesla.Adapter.Hackney.handle/2:
# 1
{:connect_error, {:error, :econnrefused}}
# 2
[recv_timeout: 150000]
Attempted function clauses (showing 5 out of 5):
defp handle({:error, _} = error, _opts)
defp handle({:ok, status, headers}, _opts)
defp handle({:ok, ref}, _opts) when is_reference(ref)
defp handle({:ok, status, headers, ref}, opts) when is_reference(ref)
defp handle({:ok, status, headers, body}, _opts)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels