We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, im using httpoison 1.6.2 which uses hackney 1.16.0
Some requests are failing with :closed
stacktrace: ** (FunctionClauseError) no function clause matching in :hackney_headers_new.params_to_iolist/2 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_headers_new.erl:201: :hackney_headers_new.params_to_iolist(:closed, []) (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_headers_new.erl:190: anonymous fn/3 in :hackney_headers_new.to_iolist/1 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_headers_new.erl:148: :hackney_headers_new.do_fold/3 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_headers_new.erl:184: :hackney_headers_new.to_iolist/1 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_request.erl:101: :hackney_request.perform/2 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney.erl:376: :hackney.send_request/2 (httpoison) lib/httpoison/base.ex:796: HTTPoison.Base.request/6
also happens with :connect_timeout
FunctionClauseError) no function clause matching in :hackney_headers_new.params_to_iolist/2 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_headers_new.erl:201: :hackney_headers_new.params_to_iolist(:connect_timeout, []) (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_headers_new.erl:190: anonymous fn/3 in :hackney_headers_new.to_iolist/1 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_headers_new.erl:148: :hackney_headers_new.do_fold/3 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_headers_new.erl:184: :hackney_headers_new.to_iolist/1 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_request.erl:101: :hackney_request.perform/2 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney.erl:376: :hackney.send_request/2 (httpoison) lib/httpoison/base.ex:796: HTTPoison.Base.request/6
I suspect the connection is closed by the remote, but hackney doesnt know how to handle this?
The text was updated successfully, but these errors were encountered:
hi @benoitc I see you added this tho a milestone, that means it's a confirmed bug or what?
Sorry, something went wrong.
it means i will ensure to close it this week :) Have been a bit more side tracked than expected but will maintain a release sometimes this week.
@benoitc great, take your time. Thanks!
No branches or pull requests
Hi, im using httpoison 1.6.2 which uses hackney 1.16.0
Some requests are failing with :closed
also happens with :connect_timeout
I suspect the connection is closed by the remote, but hackney doesnt know how to handle this?
The text was updated successfully, but these errors were encountered: