Benoit Chesneau

Results 726 comments of Benoit Chesneau

> Oh, ok. We may have some locations where we are not reading the body. Would you be able to point me to the right location in the documentation that...

watch the release this week-end. Hackney will be bumped to 2.0. This will be announced next week also :) On Fri, Apr 30, 2021 at 6:33 PM Alex Gleason ***@***.***>...

@kuznetskikh does httpoison read the body? Body need to be read or skipped to release the connection.

did you try with the `with_body` parameter?

@g-andrade sorry I missed the link. I will test. imo the right fix would be maintaining the socket in its own process . So it will continue to receive the...

what do you mean by "hang"?

@jeromedoyle I reproduce the issue. I thought first that it was an issue with the pathe encoding as curl is sending me a 500 error but it's not the case....

so the error apparently is that it got the full body but wait for the next bit until it timeout (and return the body). Not sure why yet. I will...

@Nagasaki45 Not it seems related, thanks for that new link. This chunked encoding definitely needs some love. I've looked at the trace using `hackney_trace` and it seems to hang for...