-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
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
ssl:recv/3 called with negative Length #722
Comments
@benoitc This bug is now released and breaks multiple requests for us with latest hackney. |
UP! This forced us to revert the update from hackney 1.8.2 back to 1.8.1 as well. Got this stacktrace in my Elixir app:
I would strongly advise pulling this release |
We had to downgrade from 1.8.2 to 1.8.1 due to this issue exactly. |
Same here, a downgrade from 1.8.2 to 1.8.1 was required |
Same here. What I used in mix (if that helps anyone): Also I can't understand why it's not catch in a try/catch when thrown inside a Httpoison.get! call ? |
isssue have been introduced in 5e74354 . working on it. |
Please check #724 PR and let me know. |
fixed in maint. |
Thanks! I'll check |
Hello,
I've faced this error, after updating hackney from 3f6d481 to master d6d075f.
According the traces collected within
dbg:tpl(ssl, recv, 3, cx)
, it seems that ssl:recv is called from hackney_response:stream_body_recv/2 with wrong second argument:Length = -1
:It probably related to this pull request.
The text was updated successfully, but these errors were encountered: