-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels