httparty icon indicating copy to clipboard operation
httparty copied to clipboard

Timeout not raising error

Open joemasilotti opened this issue 4 years ago • 1 comments

I realize this is a shot in the dark, but I'm stumped and could use some help.

See the screenshot below from Rollbar. I have rack_timeout installed and set to a 10s timeout. timeout in this scope is 5s.

Shouldn't HTTParty be raising a timeout error (which should be caught in the rescue) before rack_timeout raises their own? Or am I missing something silly?

Ek71OzJVcAAleQg

Thanks in advance!

joemasilotti avatar Oct 22 '20 18:10 joemasilotti

@joemasilotti please try adding Accept-Encoding" => "identity" in headers.

akashs-cuelogic avatar Oct 21 '21 12:10 akashs-cuelogic