Pedro Fayolle

Results 20 comments of Pedro Fayolle

@ioquatix I think you're right, but I wondered if all Faraday adapters would play nicely and add `content-length: 0` when the body is empty, so I wrote this test that...

@iMacTia Got it, and thanks for taking the time to look into this. I opened a ticket on Faraday's GitHub since it seemed more appropriate to continue the discussion over...

@ioquatix > In the mean time, I'm okay to implement a patch to strip that header from the request. If you have time, do you want to submit a PR...

Hi @YudaiNoda3576, I need more information to be able to diagnose the problem. Could you provide the following? * Your fmrest-ruby, Spyke and Faraday gem versions * Your `FmRest` configuration...

Hi @YudaiNoda3576, thank you for the additional details. I have edited your comment to remove potentially sensitive information (auth tokens, etc). Looking at your logs, this stands out: ``` [...]ruby/3.1.0/net/protocol.rb:219:in...

Hi @YudaiNoda3576 , > Is this problem not occurring in your environment? No, we use the gem in various systems but never had problems like the ones you're having. I...

Hi @YudaiNoda3576, were you able to make progress with this? Unfortunately unless I have a reproducible bug I will have to close this issue.

@YudaiNoda3576 Thank you for the update, I will close the issue now. I hope you find the root of the problem, but if you discover that it's a bug in...

@ioquatix Hi, I know this issue was closed, but the implemented solution has broken my app. I didn't know if I should bring this up here, or on the PR's...

@dentarg v4.2.1 fixed the issue I was having. Thanks!