httparty
httparty copied to clipboard
Timeout not raising error
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?
Thanks in advance!
@joemasilotti please try adding Accept-Encoding" => "identity"
in headers.