Skip to content

Incompatibility with hackney 1.22.0 #753

@halostatue

Description

@halostatue
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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions