Skip to content

HTTPotion.ErrorResponse{message: "closed"} #115

@apcxiii

Description

@apcxiii

Prerequisites:

  • Elixir 1.4.5
  • OTP 19

When I've try to send a post an endpoint, the response send message: "closed"

iex(5)> HTTPotion.post(url, [body: body, headers: headers])
%HTTPotion.ErrorResponse{message: "closed"}

The issue appears in my local environment (Mac OS):

Erlang/OTP 19 [erts-8.3] [source-d5c06c6] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
Elixir 1.4.5

and in the staging env (Freebsd 11):

Erlang/OTP 19 [erts-8.3.5.2] [source] [64-bit] [smp:2:2] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Elixir 1.4.5

Can you help me please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions